Html Css Color HEX #424DFD Neon Blue

📋 copy color: '#424DFD'

red 66 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #424DFD

Tints of Neon Blue #424DFD

RGB

 RED value IS 66 (26.17% from 255) = 16.67%

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

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

R = 16.67%
G = 19.44%
B = 63.89%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#424DFD (or 0x424DFD) is known color: Neon Blue. HEX triplet: 42, 4D and FD. RGB value is (66,77,253). Sum of RGB (Red+Green+Blue) = 66+77+253=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #424DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DFD is #BDB202. Grayscale: #5D5D5D. Windows color (decimal): -12431875 or 16600386. OLE color: 16600386.

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

Color convert

RGB 66 77 253 -
CMYK 0.74 0.70 0 0.01
HSL 236.47º 0.98% 0.63% -
HSV(B) 236.47º 0.74% 0.99% -
XYZ 22.63 13.56 94.35 -
YUV 93.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 66 77 253 0.74 0.70 0 0.01 236.47 0.98 0.63
Hex 42 4D FD 4A 46 0 1 EC 62 3F
Octal 102 115 375 112 106 0 1 354 142 77
Binary 1000010 1001101 11111101 1001010 1000110 0 1 11101100 1100010 111111

Color Harmonies of #424DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DFD

Black with #424DFD

Text Example


Text Example

White with #424DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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