#423CEE

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

Shades of Neon Blue #423CEE

Tints of Neon Blue #423CEE

Color information

#423CEE (or 0x423CEE) is unknown color: approx Neon Blue. HEX triplet: 42, 3C and EE. RGB value is (66,60,238). Sum of RGB (Red+Green+Blue) = 66+60+238=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #423CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CEE is #BDC311. Grayscale: #515151. Windows color (decimal): -12436242 or 15612994. OLE color: 15612994.

HSL color Cylindrical-coordinate representation of color #423CEE: hue angle of 242.02º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423CEE is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6660238-
CMYK0.720.7500.07
HSL242.02º83.96%58.43%-
HSV(B)242.02º74.79%93.33%-
XYZ19.310.5681.91-
YUV82.09215.99116.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 238 (93.36% from 255) = 65.38%
R=18.13%
G=16.48%
B=65.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66602380.720.7500.07242.0283.9658.43
Hex423CEE484B07f2543a
Octal102743561101130736212472
Binary100001011110011101110100100010010110111111100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423CEE; }

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

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

<style>
 a { background-color: #423CEE; }

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

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

<style>
 span { border-color: #423CEE; }

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

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