Html Css Color HEX #404DFE Neon Blue

📋 copy color: '#404DFE'

red 64 ◦ green 77 ◦ blue 254

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

Shades of Neon Blue #404DFE

Tints of Neon Blue #404DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.3%

R = 16.2%
G = 19.49%
B = 64.3%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#404DFE (or 0x404DFE) is known color: Neon Blue. HEX triplet: 40, 4D and FE. RGB value is (64,77,254). Sum of RGB (Red+Green+Blue) = 64+77+254=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #404DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFE is #BFB201. Grayscale: #5C5C5C. Windows color (decimal): -12562946 or 16665920. OLE color: 16665920.

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

Color convert

RGB 64 77 254 -
CMYK 0.75 0.70 0 0.00
HSL 235.89º 0.99% 0.62% -
HSV(B) 235.89º 0.75% 1% -
XYZ 22.66 13.55 95.19 -
YUV 93.29 218.69 107.11 -
System Red Green Blue C M Y K H S L
Decimal 64 77 254 0.75 0.70 0 0.00 235.89 0.99 0.62
Hex 40 4D FE 4B 46 0 0 EC 63 3E
Octal 100 115 376 113 106 0 0 354 143 76
Binary 1000000 1001101 11111110 1001011 1000110 0 0 11101100 1100011 111110

Color Harmonies of #404DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DFE

Black with #404DFE

Text Example


Text Example

White with #404DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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