#424DEC

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

Shades of Neon Blue #424DEC

Tints of Neon Blue #424DEC

Color information

#424DEC (or 0x424DEC) is unknown color: approx Neon Blue. HEX triplet: 42, 4D and EC. RGB value is (66,77,236). Sum of RGB (Red+Green+Blue) = 66+77+236=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #424DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424DEC is #BDB213. Grayscale: #5B5B5B. Windows color (decimal): -12431892 or 15486274. OLE color: 15486274.

HSL color Cylindrical-coordinate representation of color #424DEC: hue angle of 236.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424DEC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6677236-
CMYK0.720.6700.07
HSL236.12º81.73%59.22%-
HSV(B)236.12º72.03%92.55%-
XYZ20.0412.5280.72-
YUV91.84209.36109.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 236 (92.58% from 255) = 62.27%
R=17.41%
G=20.32%
B=62.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66772360.720.6700.07236.1281.7359.22
Hex424DEC484307ec523b
Octal1021153541101030735412273
Binary1000010100110111101100100100010000110111111011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #424DEC;
 }
 .AnyTagClassName
 {
   color: #424DEC;
 }
</style>
background-color css

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

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

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

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

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

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