Shades of Neon Blue #233CED
Tints of Neon Blue #233CED
RGB
CMYK
RGB Variations
Color information
#233CED (or 0x233CED) is known color: Neon Blue. HEX triplet: 23, 3C and ED. RGB value is (35,60,237). Sum of RGB (Red+Green+Blue) = 35+60+237=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #233CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CED is #DCC312. Grayscale: #474747. Windows color (decimal): -14467859 or 15547427. OLE color: 15547427.
HSL color Cylindrical-coordinate representation of color #233CED: hue angle of 232.57º degrees, saturation: 0.85, 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 #233CED is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 60 | 237 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.07 |
| HSL | 232.57º | 0.85% | 0.53% | - |
| HSV(B) | 232.57º | 0.85% | 0.93% | - |
| XYZ | 17.6 | 9.7 | 81.07 | - |
| YUV | 72.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 237 | 0.85 | 0.75 | 0 | 0.07 | 232.57 | 0.85 | 0.53 |
| Hex | 23 | 3C | ED | 55 | 4B | 0 | 7 | E9 | 55 | 35 |
| Octal | 43 | 74 | 355 | 125 | 113 | 0 | 7 | 351 | 125 | 65 |
| Binary | 100011 | 111100 | 11101101 | 1010101 | 1001011 | 0 | 111 | 11101001 | 1010101 | 110101 |
Color Harmonies of #233CED
Complementary color
Monochromatic Colors of #233CED
Black with #233CED
Text Example
Text Example
White with #233CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CED; }
p { color: rgb(35,60,237); }
H1.HeaderClassName
{
color: #233CED;
}
.AnyTagClassName
{
color: #233CED;
}
</style>
background-color css
<style>
a { background-color: #233CED; }
a { background-color: rgb(35,60,237); }
div.DivClassName
{
background-color: #233CED;
}
.BgClassName
{
background-color: #233CED;
}
</style>
border-color css
<style>
span { border-color: #233CED; }
span { border-color: rgb(35,60,237); }
td.TdClassName
{
border-color: #233CED;
}
.TagClassName
{
border-color: #233CED;
}
</style>