Shades of Neon Blue #423BEC
Tints of Neon Blue #423BEC
RGB
CMYK
RGB Variations
Color information
#423BEC (or 0x423BEC) is known color: Neon Blue. HEX triplet: 42, 3B and EC. RGB value is (66,59,236). Sum of RGB (Red+Green+Blue) = 66+59+236=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #423BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BEC is #BDC413. Grayscale: #505050. Windows color (decimal): -12436500 or 15481666. OLE color: 15481666.
HSL color Cylindrical-coordinate representation of color #423BEC: hue angle of 242.37º degrees, saturation: 0.82, 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 #423BEC is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 59 | 236 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.07 |
| HSL | 242.37º | 0.82% | 0.58% | - |
| HSV(B) | 242.37º | 0.75% | 0.93% | - |
| XYZ | 18.95 | 10.34 | 80.35 | - |
| YUV | 81.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 236 | 0.72 | 0.75 | 0 | 0.07 | 242.37 | 0.82 | 0.58 |
| Hex | 42 | 3B | EC | 48 | 4B | 0 | 7 | F2 | 52 | 3A |
| Octal | 102 | 73 | 354 | 110 | 113 | 0 | 7 | 362 | 122 | 72 |
| Binary | 1000010 | 111011 | 11101100 | 1001000 | 1001011 | 0 | 111 | 11110010 | 1010010 | 111010 |
Color Harmonies of #423BEC
Complementary color
Monochromatic Colors of #423BEC
Black with #423BEC
Text Example
Text Example
White with #423BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BEC; }
p { color: rgb(66,59,236); }
H1.HeaderClassName
{
color: #423BEC;
}
.AnyTagClassName
{
color: #423BEC;
}
</style>
background-color css
<style>
a { background-color: #423BEC; }
a { background-color: rgb(66,59,236); }
div.DivClassName
{
background-color: #423BEC;
}
.BgClassName
{
background-color: #423BEC;
}
</style>
border-color css
<style>
span { border-color: #423BEC; }
span { border-color: rgb(66,59,236); }
td.TdClassName
{
border-color: #423BEC;
}
.TagClassName
{
border-color: #423BEC;
}
</style>