Html Css Color HEX #404DFF Neon Blue

📋 copy color: '#404DFF'

red 64 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #404DFF

Tints of Neon Blue #404DFF

RGB

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

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

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

R = 16.16%
G = 19.44%
B = 64.39%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#404DFF (or 0x404DFF) is known color: Neon Blue. HEX triplet: 40, 4D and FF. RGB value is (64,77,255). Sum of RGB (Red+Green+Blue) = 64+77+255=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #404DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFF is #BFB200. Grayscale: #5C5C5C. Windows color (decimal): -12562945 or 16731456. OLE color: 16731456.

HSL color Cylindrical-coordinate representation of color #404DFF: hue angle of 235.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404DFF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 77 255 -
CMYK 0.75 0.70 0 0
HSL 235.92º 1% 0.63% -
HSV(B) 235.92º 0.75% 1% -
XYZ 22.82 13.62 96.03 -
YUV 93.41 219.19 107.03 -
System Red Green Blue C M Y K H S L
Decimal 64 77 255 0.75 0.70 0 0 235.92 1 0.63
Hex 40 4D FF 4B 46 0 0 EC 64 3F
Octal 100 115 377 113 106 0 0 354 144 77
Binary 1000000 1001101 11111111 1001011 1000110 0 0 11101100 1100100 111111

Color Harmonies of #404DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DFF

Black with #404DFF

Text Example


Text Example

White with #404DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,255); }

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

background-color css

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

 a { background-color: rgb(64,77,255); }

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

border-color css

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

 span { border-color: rgb(64,77,255); }

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