Html Css Color HEX #424AFC Neon Blue

📋 copy color: '#424AFC'

red 66 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #424AFC

Tints of Neon Blue #424AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 16.84%
G = 18.88%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#424AFC (or 0x424AFC) is known color: Neon Blue. HEX triplet: 42, 4A and FC. RGB value is (66,74,252). Sum of RGB (Red+Green+Blue) = 66+74+252=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #424AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AFC is #BDB503. Grayscale: #5B5B5B. Windows color (decimal): -12432644 or 16534082. OLE color: 16534082.

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

Color convert

RGB 66 74 252 -
CMYK 0.74 0.71 0 0.01
HSL 237.42º 0.97% 0.62% -
HSV(B) 237.42º 0.74% 0.99% -
XYZ 22.27 13.08 93.45 -
YUV 91.9 218.35 109.53 -
System Red Green Blue C M Y K H S L
Decimal 66 74 252 0.74 0.71 0 0.01 237.42 0.97 0.62
Hex 42 4A FC 4A 47 0 1 ED 61 3E
Octal 102 112 374 112 107 0 1 355 141 76
Binary 1000010 1001010 11111100 1001010 1000111 0 1 11101101 1100001 111110

Color Harmonies of #424AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AFC

Black with #424AFC

Text Example


Text Example

White with #424AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,252); }

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

background-color css

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

 a { background-color: rgb(66,74,252); }

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

border-color css

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

 span { border-color: rgb(66,74,252); }

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