Html Css Color HEX #424EFC Neon Blue

📋 copy color: '#424EFC'

red 66 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #424EFC

Tints of Neon Blue #424EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

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

R = 16.67%
G = 19.7%
B = 63.64%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#424EFC (or 0x424EFC) is known color: Neon Blue. HEX triplet: 42, 4E and FC. RGB value is (66,78,252). Sum of RGB (Red+Green+Blue) = 66+78+252=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #424EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EFC is #BDB103. Grayscale: #5D5D5D. Windows color (decimal): -12431620 or 16535106. OLE color: 16535106.

HSL color Cylindrical-coordinate representation of color #424EFC: hue angle of 236.13º 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 #424EFC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 78 252 -
CMYK 0.74 0.69 0 0.01
HSL 236.13º 0.97% 0.62% -
HSV(B) 236.13º 0.74% 0.99% -
XYZ 22.54 13.64 93.54 -
YUV 94.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 66 78 252 0.74 0.69 0 0.01 236.13 0.97 0.62
Hex 42 4E FC 4A 45 0 1 EC 61 3E
Octal 102 116 374 112 105 0 1 354 141 76
Binary 1000010 1001110 11111100 1001010 1000101 0 1 11101100 1100001 111110

Color Harmonies of #424EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EFC

Black with #424EFC

Text Example


Text Example

White with #424EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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