Html Css Color HEX #404DFB Neon Blue

📋 copy color: '#404DFB'

red 64 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #404DFB

Tints of Neon Blue #404DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 16.33%
G = 19.64%
B = 64.03%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#404DFB (or 0x404DFB) is known color: Neon Blue. HEX triplet: 40, 4D and FB. RGB value is (64,77,251). Sum of RGB (Red+Green+Blue) = 64+77+251=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #404DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFB is #BFB204. Grayscale: #5C5C5C. Windows color (decimal): -12562949 or 16469312. OLE color: 16469312.

HSL color Cylindrical-coordinate representation of color #404DFB: hue angle of 235.83º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404DFB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 77 251 -
CMYK 0.75 0.69 0 0.02
HSL 235.83º 0.96% 0.62% -
HSV(B) 235.83º 0.75% 0.98% -
XYZ 22.18 13.36 92.68 -
YUV 92.95 217.19 107.35 -
System Red Green Blue C M Y K H S L
Decimal 64 77 251 0.75 0.69 0 0.02 235.83 0.96 0.62
Hex 40 4D FB 4B 45 0 2 EC 60 3E
Octal 100 115 373 113 105 0 2 354 140 76
Binary 1000000 1001101 11111011 1001011 1000101 0 10 11101100 1100000 111110

Color Harmonies of #404DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DFB

Black with #404DFB

Text Example


Text Example

White with #404DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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