Shades of Neon Blue #423CEB
Tints of Neon Blue #423CEB
RGB
CMYK
RGB Variations
Color information
#423CEB (or 0x423CEB) is known color: Neon Blue. HEX triplet: 42, 3C and EB. RGB value is (66,60,235). Sum of RGB (Red+Green+Blue) = 66+60+235=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #423CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CEB is #BDC314. Grayscale: #515151. Windows color (decimal): -12436245 or 15416386. OLE color: 15416386.
HSL color Cylindrical-coordinate representation of color #423CEB: hue angle of 242.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423CEB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 60 | 235 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.08 |
| HSL | 242.06º | 0.81% | 0.58% | - |
| HSV(B) | 242.06º | 0.74% | 0.92% | - |
| XYZ | 18.86 | 10.39 | 79.61 | - |
| YUV | 81.74 | 214.49 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 235 | 0.72 | 0.74 | 0 | 0.08 | 242.06 | 0.81 | 0.58 |
| Hex | 42 | 3C | EB | 48 | 4A | 0 | 8 | F2 | 51 | 3A |
| Octal | 102 | 74 | 353 | 110 | 112 | 0 | 10 | 362 | 121 | 72 |
| Binary | 1000010 | 111100 | 11101011 | 1001000 | 1001010 | 0 | 1000 | 11110010 | 1010001 | 111010 |
Color Harmonies of #423CEB
Complementary color
Monochromatic Colors of #423CEB
Black with #423CEB
Text Example
Text Example
White with #423CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CEB; }
p { color: rgb(66,60,235); }
H1.HeaderClassName
{
color: #423CEB;
}
.AnyTagClassName
{
color: #423CEB;
}
</style>
background-color css
<style>
a { background-color: #423CEB; }
a { background-color: rgb(66,60,235); }
div.DivClassName
{
background-color: #423CEB;
}
.BgClassName
{
background-color: #423CEB;
}
</style>
border-color css
<style>
span { border-color: #423CEB; }
span { border-color: rgb(66,60,235); }
td.TdClassName
{
border-color: #423CEB;
}
.TagClassName
{
border-color: #423CEB;
}
</style>