Shades of Neon Blue #233AED
Tints of Neon Blue #233AED
RGB
CMYK
RGB Variations
Color information
#233AED (or 0x233AED) is known color: Neon Blue. HEX triplet: 23, 3A and ED. RGB value is (35,58,237). Sum of RGB (Red+Green+Blue) = 35+58+237=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #233AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AED is #DCC512. Grayscale: #464646. Windows color (decimal): -14468371 or 15546915. OLE color: 15546915.
HSL color Cylindrical-coordinate representation of color #233AED: hue angle of 233.17º 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 #233AED is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 58 | 237 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.07 |
| HSL | 233.17º | 0.85% | 0.53% | - |
| HSV(B) | 233.17º | 0.85% | 0.93% | - |
| XYZ | 17.49 | 9.5 | 81.03 | - |
| YUV | 71.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 237 | 0.85 | 0.76 | 0 | 0.07 | 233.17 | 0.85 | 0.53 |
| Hex | 23 | 3A | ED | 55 | 4C | 0 | 7 | E9 | 55 | 35 |
| Octal | 43 | 72 | 355 | 125 | 114 | 0 | 7 | 351 | 125 | 65 |
| Binary | 100011 | 111010 | 11101101 | 1010101 | 1001100 | 0 | 111 | 11101001 | 1010101 | 110101 |
Color Harmonies of #233AED
Complementary color
Monochromatic Colors of #233AED
Black with #233AED
Text Example
Text Example
White with #233AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AED; }
p { color: rgb(35,58,237); }
H1.HeaderClassName
{
color: #233AED;
}
.AnyTagClassName
{
color: #233AED;
}
</style>
background-color css
<style>
a { background-color: #233AED; }
a { background-color: rgb(35,58,237); }
div.DivClassName
{
background-color: #233AED;
}
.BgClassName
{
background-color: #233AED;
}
</style>
border-color css
<style>
span { border-color: #233AED; }
span { border-color: rgb(35,58,237); }
td.TdClassName
{
border-color: #233AED;
}
.TagClassName
{
border-color: #233AED;
}
</style>