#424EEE

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

Shades of Neon Blue #424EEE

Tints of Neon Blue #424EEE

Color information

#424EEE (or 0x424EEE) is unknown color: approx Neon Blue. HEX triplet: 42, 4E and EE. RGB value is (66,78,238). Sum of RGB (Red+Green+Blue) = 66+78+238=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #424EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424EEE is #BDB111. Grayscale: #5C5C5C. Windows color (decimal): -12431634 or 15617602. OLE color: 15617602.

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

Color convert

RGB6678238-
CMYK0.720.6700.07
HSL235.81º83.5%59.61%-
HSV(B)235.81º72.27%93.33%-
XYZ20.412.7882.28-
YUV92.65210.02108.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 238 (93.36% from 255) = 62.30%
R=17.28%
G=20.42%
B=62.30%

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
Decimal66782380.720.6700.07235.8183.559.61
Hex424EEE484307ec533c
Octal1021163561101030735412374
Binary1000010100111011101110100100010000110111111011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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