Html Css Color HEX #404CFD Neon Blue

📋 copy color: '#404CFD'

red 64 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #404CFD

Tints of Neon Blue #404CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

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

R = 16.28%
G = 19.34%
B = 64.38%

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

#404CFD (or 0x404CFD) is known color: Neon Blue. HEX triplet: 40, 4C and FD. RGB value is (64,76,253). Sum of RGB (Red+Green+Blue) = 64+76+253=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #404CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CFD is #BFB302. Grayscale: #5B5B5B. Windows color (decimal): -12563203 or 16600128. OLE color: 16600128.

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

Color convert

RGB 64 76 253 -
CMYK 0.75 0.70 0 0.01
HSL 236.19º 0.98% 0.62% -
HSV(B) 236.19º 0.75% 0.99% -
XYZ 22.43 13.35 94.32 -
YUV 92.59 218.52 107.61 -
System Red Green Blue C M Y K H S L
Decimal 64 76 253 0.75 0.70 0 0.01 236.19 0.98 0.62
Hex 40 4C FD 4B 46 0 1 EC 62 3E
Octal 100 114 375 113 106 0 1 354 142 76
Binary 1000000 1001100 11111101 1001011 1000110 0 1 11101100 1100010 111110

Color Harmonies of #404CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CFD

Black with #404CFD

Text Example


Text Example

White with #404CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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