Shades of Neon Blue #233FEE
Tints of Neon Blue #233FEE
RGB
CMYK
RGB Variations
Color information
#233FEE (or 0x233FEE) is known color: Neon Blue. HEX triplet: 23, 3F and EE. RGB value is (35,63,238). Sum of RGB (Red+Green+Blue) = 35+63+238=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #233FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233FEE is #DCC011. Grayscale: #494949. Windows color (decimal): -14467090 or 15613731. OLE color: 15613731.
HSL color Cylindrical-coordinate representation of color #233FEE: hue angle of 231.72º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233FEE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 63 | 238 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.07 |
| HSL | 231.72º | 0.86% | 0.54% | - |
| HSV(B) | 231.72º | 0.85% | 0.93% | - |
| XYZ | 17.9 | 10.09 | 81.89 | - |
| YUV | 74.58 | 220.22 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 238 | 0.85 | 0.74 | 0 | 0.07 | 231.72 | 0.86 | 0.54 |
| Hex | 23 | 3F | EE | 55 | 4A | 0 | 7 | E8 | 56 | 36 |
| Octal | 43 | 77 | 356 | 125 | 112 | 0 | 7 | 350 | 126 | 66 |
| Binary | 100011 | 111111 | 11101110 | 1010101 | 1001010 | 0 | 111 | 11101000 | 1010110 | 110110 |
Color Harmonies of #233FEE
Complementary color
Monochromatic Colors of #233FEE
Black with #233FEE
Text Example
Text Example
White with #233FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FEE; }
p { color: rgb(35,63,238); }
H1.HeaderClassName
{
color: #233FEE;
}
.AnyTagClassName
{
color: #233FEE;
}
</style>
background-color css
<style>
a { background-color: #233FEE; }
a { background-color: rgb(35,63,238); }
div.DivClassName
{
background-color: #233FEE;
}
.BgClassName
{
background-color: #233FEE;
}
</style>
border-color css
<style>
span { border-color: #233FEE; }
span { border-color: rgb(35,63,238); }
td.TdClassName
{
border-color: #233FEE;
}
.TagClassName
{
border-color: #233FEE;
}
</style>