Html Css Color HEX #404FE9 Neon Blue

📋 copy color: '#404FE9'

red 64 ◦ green 79 ◦ blue 233

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

Shades of Neon Blue #404FE9

Tints of Neon Blue #404FE9

RGB

 RED value IS 64 (25.39% from 255) = 17.02%

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 233 (91.41% from 255) = 61.97%

R = 17.02%
G = 21.01%
B = 61.97%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#404FE9 (or 0x404FE9) is known color: Neon Blue. HEX triplet: 40, 4F and E9. RGB value is (64,79,233). Sum of RGB (Red+Green+Blue) = 64+79+233=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #404FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FE9 is #BFB016. Grayscale: #5B5B5B. Windows color (decimal): -12562455 or 15290176. OLE color: 15290176.

HSL color Cylindrical-coordinate representation of color #404FE9: hue angle of 234.67º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404FE9 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 79 233 -
CMYK 0.73 0.66 0 0.09
HSL 234.67º 0.79% 0.58% -
HSV(B) 234.67º 0.73% 0.91% -
XYZ 19.62 12.57 78.48 -
YUV 92.07 207.53 107.98 -
System Red Green Blue C M Y K H S L
Decimal 64 79 233 0.73 0.66 0 0.09 234.67 0.79 0.58
Hex 40 4F E9 49 42 0 9 EB 4F 3A
Octal 100 117 351 111 102 0 11 353 117 72
Binary 1000000 1001111 11101001 1001001 1000010 0 1001 11101011 1001111 111010

Color Harmonies of #404FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FE9

Black with #404FE9

Text Example


Text Example

White with #404FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404FE9; }

 p { color: rgb(64,79,233); }

 H1.HeaderClassName
 {
   color: #404FE9;
 }
 .AnyTagClassName
 {
   color: #404FE9;
 }
</style>

background-color css

<style>
 a { background-color: #404FE9; }

 a { background-color: rgb(64,79,233); }

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

border-color css

<style>
 span { border-color: #404FE9; }

 span { border-color: rgb(64,79,233); }

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