Shades of Neon Blue #423BEF
Tints of Neon Blue #423BEF
RGB
CMYK
RGB Variations
Color information
#423BEF (or 0x423BEF) is known color: Neon Blue. HEX triplet: 42, 3B and EF. RGB value is (66,59,239). Sum of RGB (Red+Green+Blue) = 66+59+239=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #423BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BEF is #BDC410. Grayscale: #505050. Windows color (decimal): -12436497 or 15678274. OLE color: 15678274.
HSL color Cylindrical-coordinate representation of color #423BEF: hue angle of 242.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423BEF is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 59 | 239 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.06 |
| HSL | 242.33º | 0.85% | 0.58% | - |
| HSV(B) | 242.33º | 0.75% | 0.94% | - |
| XYZ | 19.39 | 10.52 | 82.67 | - |
| YUV | 81.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 239 | 0.72 | 0.75 | 0 | 0.06 | 242.33 | 0.85 | 0.58 |
| Hex | 42 | 3B | EF | 48 | 4B | 0 | 6 | F2 | 55 | 3A |
| Octal | 102 | 73 | 357 | 110 | 113 | 0 | 6 | 362 | 125 | 72 |
| Binary | 1000010 | 111011 | 11101111 | 1001000 | 1001011 | 0 | 110 | 11110010 | 1010101 | 111010 |
Color Harmonies of #423BEF
Complementary color
Monochromatic Colors of #423BEF
Black with #423BEF
Text Example
Text Example
White with #423BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BEF; }
p { color: rgb(66,59,239); }
H1.HeaderClassName
{
color: #423BEF;
}
.AnyTagClassName
{
color: #423BEF;
}
</style>
background-color css
<style>
a { background-color: #423BEF; }
a { background-color: rgb(66,59,239); }
div.DivClassName
{
background-color: #423BEF;
}
.BgClassName
{
background-color: #423BEF;
}
</style>
border-color css
<style>
span { border-color: #423BEF; }
span { border-color: rgb(66,59,239); }
td.TdClassName
{
border-color: #423BEF;
}
.TagClassName
{
border-color: #423BEF;
}
</style>