Shades of Neon Blue #233BED
Tints of Neon Blue #233BED
RGB
CMYK
RGB Variations
Color information
#233BED (or 0x233BED) is known color: Neon Blue. HEX triplet: 23, 3B and ED. RGB value is (35,59,237). Sum of RGB (Red+Green+Blue) = 35+59+237=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #233BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BED is #DCC412. Grayscale: #474747. Windows color (decimal): -14468115 or 15547171. OLE color: 15547171.
HSL color Cylindrical-coordinate representation of color #233BED: hue angle of 232.87º 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 #233BED is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 59 | 237 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.07 |
| HSL | 232.87º | 0.85% | 0.53% | - |
| HSV(B) | 232.87º | 0.85% | 0.93% | - |
| XYZ | 17.54 | 9.6 | 81.05 | - |
| YUV | 72.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 237 | 0.85 | 0.75 | 0 | 0.07 | 232.87 | 0.85 | 0.53 |
| Hex | 23 | 3B | ED | 55 | 4B | 0 | 7 | E9 | 55 | 35 |
| Octal | 43 | 73 | 355 | 125 | 113 | 0 | 7 | 351 | 125 | 65 |
| Binary | 100011 | 111011 | 11101101 | 1010101 | 1001011 | 0 | 111 | 11101001 | 1010101 | 110101 |
Color Harmonies of #233BED
Complementary color
Monochromatic Colors of #233BED
Black with #233BED
Text Example
Text Example
White with #233BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BED; }
p { color: rgb(35,59,237); }
H1.HeaderClassName
{
color: #233BED;
}
.AnyTagClassName
{
color: #233BED;
}
</style>
background-color css
<style>
a { background-color: #233BED; }
a { background-color: rgb(35,59,237); }
div.DivClassName
{
background-color: #233BED;
}
.BgClassName
{
background-color: #233BED;
}
</style>
border-color css
<style>
span { border-color: #233BED; }
span { border-color: rgb(35,59,237); }
td.TdClassName
{
border-color: #233BED;
}
.TagClassName
{
border-color: #233BED;
}
</style>