Shades of Neon Blue #233FEC
Tints of Neon Blue #233FEC
RGB
CMYK
RGB Variations
Color information
#233FEC (or 0x233FEC) is known color: Neon Blue. HEX triplet: 23, 3F and EC. RGB value is (35,63,236). Sum of RGB (Red+Green+Blue) = 35+63+236=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #233FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233FEC is #DCC013. Grayscale: #494949. Windows color (decimal): -14467092 or 15482659. OLE color: 15482659.
HSL color Cylindrical-coordinate representation of color #233FEC: hue angle of 231.64º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233FEC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 63 | 236 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.07 |
| HSL | 231.64º | 0.84% | 0.53% | - |
| HSV(B) | 231.64º | 0.85% | 0.93% | - |
| XYZ | 17.61 | 9.97 | 80.35 | - |
| YUV | 74.35 | 219.22 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 236 | 0.85 | 0.73 | 0 | 0.07 | 231.64 | 0.84 | 0.53 |
| Hex | 23 | 3F | EC | 55 | 49 | 0 | 7 | E8 | 54 | 35 |
| Octal | 43 | 77 | 354 | 125 | 111 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100011 | 111111 | 11101100 | 1010101 | 1001001 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #233FEC
Complementary color
Monochromatic Colors of #233FEC
Black with #233FEC
Text Example
Text Example
White with #233FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233FEC; }
p { color: rgb(35,63,236); }
H1.HeaderClassName
{
color: #233FEC;
}
.AnyTagClassName
{
color: #233FEC;
}
</style>
background-color css
<style>
a { background-color: #233FEC; }
a { background-color: rgb(35,63,236); }
div.DivClassName
{
background-color: #233FEC;
}
.BgClassName
{
background-color: #233FEC;
}
</style>
border-color css
<style>
span { border-color: #233FEC; }
span { border-color: rgb(35,63,236); }
td.TdClassName
{
border-color: #233FEC;
}
.TagClassName
{
border-color: #233FEC;
}
</style>