Shades of Neon Blue #233CEF
Tints of Neon Blue #233CEF
RGB
CMYK
RGB Variations
Color information
#233CEF (or 0x233CEF) is known color: Neon Blue. HEX triplet: 23, 3C and EF. RGB value is (35,60,239). Sum of RGB (Red+Green+Blue) = 35+60+239=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #233CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CEF is #DCC310. Grayscale: #484848. Windows color (decimal): -14467857 or 15678499. OLE color: 15678499.
HSL color Cylindrical-coordinate representation of color #233CEF: hue angle of 232.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233CEF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 60 | 239 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.06 |
| HSL | 232.65º | 0.86% | 0.54% | - |
| HSV(B) | 232.65º | 0.85% | 0.94% | - |
| XYZ | 17.89 | 9.82 | 82.61 | - |
| YUV | 72.93 | 221.72 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 239 | 0.85 | 0.75 | 0 | 0.06 | 232.65 | 0.86 | 0.54 |
| Hex | 23 | 3C | EF | 55 | 4B | 0 | 6 | E9 | 56 | 36 |
| Octal | 43 | 74 | 357 | 125 | 113 | 0 | 6 | 351 | 126 | 66 |
| Binary | 100011 | 111100 | 11101111 | 1010101 | 1001011 | 0 | 110 | 11101001 | 1010110 | 110110 |
Color Harmonies of #233CEF
Complementary color
Monochromatic Colors of #233CEF
Black with #233CEF
Text Example
Text Example
White with #233CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CEF; }
p { color: rgb(35,60,239); }
H1.HeaderClassName
{
color: #233CEF;
}
.AnyTagClassName
{
color: #233CEF;
}
</style>
background-color css
<style>
a { background-color: #233CEF; }
a { background-color: rgb(35,60,239); }
div.DivClassName
{
background-color: #233CEF;
}
.BgClassName
{
background-color: #233CEF;
}
</style>
border-color css
<style>
span { border-color: #233CEF; }
span { border-color: rgb(35,60,239); }
td.TdClassName
{
border-color: #233CEF;
}
.TagClassName
{
border-color: #233CEF;
}
</style>