Html Css Color HEX #404EFE Neon Blue

📋 copy color: '#404EFE'

red 64 ◦ green 78 ◦ blue 254

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

Shades of Neon Blue #404EFE

Tints of Neon Blue #404EFE

RGB

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

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

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

R = 16.16%
G = 19.7%
B = 64.14%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#404EFE (or 0x404EFE) is known color: Neon Blue. HEX triplet: 40, 4E and FE. RGB value is (64,78,254). Sum of RGB (Red+Green+Blue) = 64+78+254=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #404EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EFE is #BFB101. Grayscale: #5D5D5D. Windows color (decimal): -12562690 or 16666176. OLE color: 16666176.

HSL color Cylindrical-coordinate representation of color #404EFE: hue angle of 235.58º 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 #404EFE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 78 254 -
CMYK 0.75 0.69 0 0.00
HSL 235.58º 0.99% 0.62% -
HSV(B) 235.58º 0.75% 1% -
XYZ 22.73 13.69 95.21 -
YUV 93.88 218.36 106.69 -
System Red Green Blue C M Y K H S L
Decimal 64 78 254 0.75 0.69 0 0.00 235.58 0.99 0.62
Hex 40 4E FE 4B 45 0 0 EC 63 3E
Octal 100 116 376 113 105 0 0 354 143 76
Binary 1000000 1001110 11111110 1001011 1000101 0 0 11101100 1100011 111110

Color Harmonies of #404EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EFE

Black with #404EFE

Text Example


Text Example

White with #404EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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