Shades of Neon Blue #233EEC
Tints of Neon Blue #233EEC
RGB
CMYK
RGB Variations
Color information
#233EEC (or 0x233EEC) is known color: Neon Blue. HEX triplet: 23, 3E and EC. RGB value is (35,62,236). Sum of RGB (Red+Green+Blue) = 35+62+236=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #233EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233EEC is #DCC113. Grayscale: #494949. Windows color (decimal): -14467348 or 15482403. OLE color: 15482403.
HSL color Cylindrical-coordinate representation of color #233EEC: hue angle of 231.94º 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 #233EEC is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 62 | 236 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.07 |
| HSL | 231.94º | 0.84% | 0.53% | - |
| HSV(B) | 231.94º | 0.85% | 0.93% | - |
| XYZ | 17.56 | 9.86 | 80.33 | - |
| YUV | 73.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 236 | 0.85 | 0.74 | 0 | 0.07 | 231.94 | 0.84 | 0.53 |
| Hex | 23 | 3E | EC | 55 | 4A | 0 | 7 | E8 | 54 | 35 |
| Octal | 43 | 76 | 354 | 125 | 112 | 0 | 7 | 350 | 124 | 65 |
| Binary | 100011 | 111110 | 11101100 | 1010101 | 1001010 | 0 | 111 | 11101000 | 1010100 | 110101 |
Color Harmonies of #233EEC
Complementary color
Monochromatic Colors of #233EEC
Black with #233EEC
Text Example
Text Example
White with #233EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233EEC; }
p { color: rgb(35,62,236); }
H1.HeaderClassName
{
color: #233EEC;
}
.AnyTagClassName
{
color: #233EEC;
}
</style>
background-color css
<style>
a { background-color: #233EEC; }
a { background-color: rgb(35,62,236); }
div.DivClassName
{
background-color: #233EEC;
}
.BgClassName
{
background-color: #233EEC;
}
</style>
border-color css
<style>
span { border-color: #233EEC; }
span { border-color: rgb(35,62,236); }
td.TdClassName
{
border-color: #233EEC;
}
.TagClassName
{
border-color: #233EEC;
}
</style>