Html Css Color HEX #404DFD Neon Blue

📋 copy color: '#404DFD'

red 64 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #404DFD

Tints of Neon Blue #404DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 16.24%
G = 19.54%
B = 64.21%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#404DFD (or 0x404DFD) is known color: Neon Blue. HEX triplet: 40, 4D and FD. RGB value is (64,77,253). Sum of RGB (Red+Green+Blue) = 64+77+253=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #404DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFD is #BFB202. Grayscale: #5C5C5C. Windows color (decimal): -12562947 or 16600384. OLE color: 16600384.

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

Color convert

RGB 64 77 253 -
CMYK 0.75 0.70 0 0.01
HSL 235.87º 0.98% 0.62% -
HSV(B) 235.87º 0.75% 0.99% -
XYZ 22.5 13.49 94.35 -
YUV 93.18 218.19 107.19 -
System Red Green Blue C M Y K H S L
Decimal 64 77 253 0.75 0.70 0 0.01 235.87 0.98 0.62
Hex 40 4D FD 4B 46 0 1 EC 62 3E
Octal 100 115 375 113 106 0 1 354 142 76
Binary 1000000 1001101 11111101 1001011 1000110 0 1 11101100 1100010 111110

Color Harmonies of #404DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DFD

Black with #404DFD

Text Example


Text Example

White with #404DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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