Shades of Neon Blue #423DEC
Tints of Neon Blue #423DEC
RGB
CMYK
RGB Variations
Color information
#423DEC (or 0x423DEC) is known color: Neon Blue. HEX triplet: 42, 3D and EC. RGB value is (66,61,236). Sum of RGB (Red+Green+Blue) = 66+61+236=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #423DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DEC is #BDC213. Grayscale: #515151. Windows color (decimal): -12435988 or 15482178. OLE color: 15482178.
HSL color Cylindrical-coordinate representation of color #423DEC: hue angle of 241.71º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423DEC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 61 | 236 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.07 |
| HSL | 241.71º | 0.82% | 0.58% | - |
| HSV(B) | 241.71º | 0.74% | 0.93% | - |
| XYZ | 19.06 | 10.55 | 80.39 | - |
| YUV | 82.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 236 | 0.72 | 0.74 | 0 | 0.07 | 241.71 | 0.82 | 0.58 |
| Hex | 42 | 3D | EC | 48 | 4A | 0 | 7 | F2 | 52 | 3A |
| Octal | 102 | 75 | 354 | 110 | 112 | 0 | 7 | 362 | 122 | 72 |
| Binary | 1000010 | 111101 | 11101100 | 1001000 | 1001010 | 0 | 111 | 11110010 | 1010010 | 111010 |
Color Harmonies of #423DEC
Complementary color
Monochromatic Colors of #423DEC
Black with #423DEC
Text Example
Text Example
White with #423DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DEC; }
p { color: rgb(66,61,236); }
H1.HeaderClassName
{
color: #423DEC;
}
.AnyTagClassName
{
color: #423DEC;
}
</style>
background-color css
<style>
a { background-color: #423DEC; }
a { background-color: rgb(66,61,236); }
div.DivClassName
{
background-color: #423DEC;
}
.BgClassName
{
background-color: #423DEC;
}
</style>
border-color css
<style>
span { border-color: #423DEC; }
span { border-color: rgb(66,61,236); }
td.TdClassName
{
border-color: #423DEC;
}
.TagClassName
{
border-color: #423DEC;
}
</style>