Shades of Neon Blue #233EEF
Tints of Neon Blue #233EEF
RGB
CMYK
RGB Variations
Color information
#233EEF (or 0x233EEF) is known color: Neon Blue. HEX triplet: 23, 3E and EF. RGB value is (35,62,239). Sum of RGB (Red+Green+Blue) = 35+62+239=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #233EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233EEF is #DCC110. Grayscale: #494949. Windows color (decimal): -14467345 or 15679011. OLE color: 15679011.
HSL color Cylindrical-coordinate representation of color #233EEF: hue angle of 232.06º 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 #233EEF is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 62 | 239 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.06 |
| HSL | 232.06º | 0.86% | 0.54% | - |
| HSV(B) | 232.06º | 0.85% | 0.94% | - |
| XYZ | 18 | 10.03 | 82.65 | - |
| YUV | 74.11 | 221.05 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 239 | 0.85 | 0.74 | 0 | 0.06 | 232.06 | 0.86 | 0.54 |
| Hex | 23 | 3E | EF | 55 | 4A | 0 | 6 | E8 | 56 | 36 |
| Octal | 43 | 76 | 357 | 125 | 112 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100011 | 111110 | 11101111 | 1010101 | 1001010 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #233EEF
Complementary color
Monochromatic Colors of #233EEF
Black with #233EEF
Text Example
Text Example
White with #233EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EEF; }
p { color: rgb(35,62,239); }
H1.HeaderClassName
{
color: #233EEF;
}
.AnyTagClassName
{
color: #233EEF;
}
</style>
background-color css
<style>
a { background-color: #233EEF; }
a { background-color: rgb(35,62,239); }
div.DivClassName
{
background-color: #233EEF;
}
.BgClassName
{
background-color: #233EEF;
}
</style>
border-color css
<style>
span { border-color: #233EEF; }
span { border-color: rgb(35,62,239); }
td.TdClassName
{
border-color: #233EEF;
}
.TagClassName
{
border-color: #233EEF;
}
</style>