Html Css Color HEX #404EFF Neon Blue

📋 copy color: '#404EFF'

red 64 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #404EFF

Tints of Neon Blue #404EFF

RGB

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

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

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

R = 16.12%
G = 19.65%
B = 64.23%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#404EFF (or 0x404EFF) is known color: Neon Blue. HEX triplet: 40, 4E and FF. RGB value is (64,78,255). Sum of RGB (Red+Green+Blue) = 64+78+255=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #404EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EFF is #BFB100. Grayscale: #5D5D5D. Windows color (decimal): -12562689 or 16731712. OLE color: 16731712.

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

Color convert

RGB 64 78 255 -
CMYK 0.75 0.69 0 0
HSL 235.6º 1% 0.63% -
HSV(B) 235.6º 0.75% 1% -
XYZ 22.89 13.76 96.06 -
YUV 93.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 64 78 255 0.75 0.69 0 0 235.6 1 0.63
Hex 40 4E FF 4B 45 0 0 EC 64 3F
Octal 100 116 377 113 105 0 0 354 144 77
Binary 1000000 1001110 11111111 1001011 1000101 0 0 11101100 1100100 111111

Color Harmonies of #404EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EFF

Black with #404EFF

Text Example


Text Example

White with #404EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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