Html Css Color HEX #464DF9 Neon Blue

📋 copy color: '#464DF9'

red 70 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #464DF9

Tints of Neon Blue #464DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 249 (97.66% from 255) = 62.88%

R = 17.68%
G = 19.44%
B = 62.88%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#464DF9 (or 0x464DF9) is known color: Neon Blue. HEX triplet: 46, 4D and F9. RGB value is (70,77,249). Sum of RGB (Red+Green+Blue) = 70+77+249=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #464DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464DF9 is #B9B206. Grayscale: #5D5D5D. Windows color (decimal): -12169735 or 16338246. OLE color: 16338246.

HSL color Cylindrical-coordinate representation of color #464DF9: hue angle of 237.65º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464DF9 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 77 249 -
CMYK 0.72 0.69 0 0.02
HSL 237.65º 0.94% 0.63% -
HSV(B) 237.65º 0.72% 0.98% -
XYZ 22.28 13.45 91.04 -
YUV 94.52 215.18 110.51 -
System Red Green Blue C M Y K H S L
Decimal 70 77 249 0.72 0.69 0 0.02 237.65 0.94 0.63
Hex 46 4D F9 48 45 0 2 EE 5E 3F
Octal 106 115 371 110 105 0 2 356 136 77
Binary 1000110 1001101 11111001 1001000 1000101 0 10 11101110 1011110 111111

Color Harmonies of #464DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DF9

Black with #464DF9

Text Example


Text Example

White with #464DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,77,249); }

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

background-color css

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

 a { background-color: rgb(70,77,249); }

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

border-color css

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

 span { border-color: rgb(70,77,249); }

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