Shades of Neon Blue #423CDE
Tints of Neon Blue #423CDE
RGB
CMYK
RGB Variations
Color information
#423CDE (or 0x423CDE) is known color: Neon Blue. HEX triplet: 42, 3C and DE. RGB value is (66,60,222). Sum of RGB (Red+Green+Blue) = 66+60+222=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #423CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CDE is #BDC321. Grayscale: #4F4F4F. Windows color (decimal): -12436258 or 14564418. OLE color: 14564418.
HSL color Cylindrical-coordinate representation of color #423CDE: hue angle of 242.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423CDE is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 60 | 222 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.13 |
| HSL | 242.22º | 0.71% | 0.55% | - |
| HSV(B) | 242.22º | 0.73% | 0.87% | - |
| XYZ | 17.05 | 9.66 | 70.07 | - |
| YUV | 80.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 222 | 0.70 | 0.73 | 0 | 0.13 | 242.22 | 0.71 | 0.55 |
| Hex | 42 | 3C | DE | 46 | 49 | 0 | D | F2 | 47 | 37 |
| Octal | 102 | 74 | 336 | 106 | 111 | 0 | 15 | 362 | 107 | 67 |
| Binary | 1000010 | 111100 | 11011110 | 1000110 | 1001001 | 0 | 1101 | 11110010 | 1000111 | 110111 |
Color Harmonies of #423CDE
Complementary color
Monochromatic Colors of #423CDE
Black with #423CDE
Text Example
Text Example
White with #423CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CDE; }
p { color: rgb(66,60,222); }
H1.HeaderClassName
{
color: #423CDE;
}
.AnyTagClassName
{
color: #423CDE;
}
</style>
background-color css
<style>
a { background-color: #423CDE; }
a { background-color: rgb(66,60,222); }
div.DivClassName
{
background-color: #423CDE;
}
.BgClassName
{
background-color: #423CDE;
}
</style>
border-color css
<style>
span { border-color: #423CDE; }
span { border-color: rgb(66,60,222); }
td.TdClassName
{
border-color: #423CDE;
}
.TagClassName
{
border-color: #423CDE;
}
</style>