Shades of Neon Blue #423AEF
Tints of Neon Blue #423AEF
RGB
CMYK
RGB Variations
Color information
#423AEF (or 0x423AEF) is known color: Neon Blue. HEX triplet: 42, 3A and EF. RGB value is (66,58,239). Sum of RGB (Red+Green+Blue) = 66+58+239=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #423AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423AEF is #BDC510. Grayscale: #505050. Windows color (decimal): -12436753 or 15678018. OLE color: 15678018.
HSL color Cylindrical-coordinate representation of color #423AEF: hue angle of 242.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423AEF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 58 | 239 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.06 |
| HSL | 242.65º | 0.85% | 0.58% | - |
| HSV(B) | 242.65º | 0.76% | 0.94% | - |
| XYZ | 19.34 | 10.42 | 82.65 | - |
| YUV | 81.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 239 | 0.72 | 0.76 | 0 | 0.06 | 242.65 | 0.85 | 0.58 |
| Hex | 42 | 3A | EF | 48 | 4C | 0 | 6 | F3 | 55 | 3A |
| Octal | 102 | 72 | 357 | 110 | 114 | 0 | 6 | 363 | 125 | 72 |
| Binary | 1000010 | 111010 | 11101111 | 1001000 | 1001100 | 0 | 110 | 11110011 | 1010101 | 111010 |
Color Harmonies of #423AEF
Complementary color
Monochromatic Colors of #423AEF
Black with #423AEF
Text Example
Text Example
White with #423AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AEF; }
p { color: rgb(66,58,239); }
H1.HeaderClassName
{
color: #423AEF;
}
.AnyTagClassName
{
color: #423AEF;
}
</style>
background-color css
<style>
a { background-color: #423AEF; }
a { background-color: rgb(66,58,239); }
div.DivClassName
{
background-color: #423AEF;
}
.BgClassName
{
background-color: #423AEF;
}
</style>
border-color css
<style>
span { border-color: #423AEF; }
span { border-color: rgb(66,58,239); }
td.TdClassName
{
border-color: #423AEF;
}
.TagClassName
{
border-color: #423AEF;
}
</style>