Html Css Color HEX #464EFF Neon Blue

📋 copy color: '#464EFF'

red 70 ◦ green 78 ◦ blue 255

#464EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #464EFF

Tints of Neon Blue #464EFF

RGB

 RED value IS 70 (27.73% from 255) = 17.37%

 GREEN value IS 78 (30.86% from 255) = 19.35%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 17.37%
G = 19.35%
B = 63.28%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#464EFF (or 0x464EFF) is known color: Neon Blue. HEX triplet: 46, 4E and FF. RGB value is (70,78,255). Sum of RGB (Red+Green+Blue) = 70+78+255=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #464EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EFF is #B9B100. Grayscale: #5F5F5F. Windows color (decimal): -12169473 or 16731718. OLE color: 16731718.

HSL color Cylindrical-coordinate representation of color #464EFF: hue angle of 237.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464EFF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 78 255 -
CMYK 0.73 0.69 0 0
HSL 237.41º 1% 0.64% -
HSV(B) 237.41º 0.73% 1% -
XYZ 23.3 13.97 96.08 -
YUV 95.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 70 78 255 0.73 0.69 0 0 237.41 1 0.64
Hex 46 4E FF 49 45 0 0 ED 64 40
Octal 106 116 377 111 105 0 0 355 144 100
Binary 1000110 1001110 11111111 1001001 1000101 0 0 11101101 1100100 1000000

Color Harmonies of #464EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EFF

Black with #464EFF

Text Example


Text Example

White with #464EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464EFF; }

 p { color: rgb(70,78,255); }

 H1.HeaderClassName
 {
   color: #464EFF;
 }
 .AnyTagClassName
 {
   color: #464EFF;
 }
</style>

background-color css

<style>
 a { background-color: #464EFF; }

 a { background-color: rgb(70,78,255); }

 div.DivClassName
 {
   background-color: #464EFF;
 }
 .BgClassName
 {
   background-color: #464EFF;
 }
</style>

border-color css

<style>
 span { border-color: #464EFF; }

 span { border-color: rgb(70,78,255); }

 td.TdClassName
 {
   border-color: #464EFF;
 }
 .TagClassName
 {
   border-color: #464EFF;
 }
</style>