#424EFC

Color #424EFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #424EFC

Tints of Neon Blue #424EFC

Color information

#424EFC (or 0x424EFC) is unknown color: approx 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

RGB6678252-
CMYK0.740.6900.01
HSL236.13º96.88%62.35%-
HSV(B)236.13º73.81%98.82%-
XYZ22.5413.6493.54-
YUV94.25217.02107.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 252 (98.83% from 255) = 63.64%
R=16.67%
G=19.70%
B=63.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66782520.740.6900.01236.1396.8862.35
Hex424EFC4A4501ec613e
Octal1021163741121050135414176
Binary10000101001110111111001001010100010101111011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>