Shades of Neon Blue #233DFF
Tints of Neon Blue #233DFF
RGB
CMYK
RGB Variations
Color information
#233DFF (or 0x233DFF) is known color: Neon Blue. HEX triplet: 23, 3D and FF. RGB value is (35,61,255). Sum of RGB (Red+Green+Blue) = 35+61+255=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #233DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233DFF is #DCC200. Grayscale: #4A4A4A. Windows color (decimal): -14467585 or 16727331. OLE color: 16727331.
HSL color Cylindrical-coordinate representation of color #233DFF: hue angle of 232.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233DFF is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 61 | 255 | - |
| CMYK | 0.86 | 0.76 | 0 | 0 |
| HSL | 232.91º | 1% | 0.57% | - |
| HSV(B) | 232.91º | 0.86% | 1% | - |
| XYZ | 20.41 | 10.91 | 95.64 | - |
| YUV | 75.34 | 229.39 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 255 | 0.86 | 0.76 | 0 | 0 | 232.91 | 1 | 0.57 |
| Hex | 23 | 3D | FF | 56 | 4C | 0 | 0 | E9 | 64 | 39 |
| Octal | 43 | 75 | 377 | 126 | 114 | 0 | 0 | 351 | 144 | 71 |
| Binary | 100011 | 111101 | 11111111 | 1010110 | 1001100 | 0 | 0 | 11101001 | 1100100 | 111001 |
Color Harmonies of #233DFF
Complementary color
Monochromatic Colors of #233DFF
Black with #233DFF
Text Example
Text Example
White with #233DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DFF; }
p { color: rgb(35,61,255); }
H1.HeaderClassName
{
color: #233DFF;
}
.AnyTagClassName
{
color: #233DFF;
}
</style>
background-color css
<style>
a { background-color: #233DFF; }
a { background-color: rgb(35,61,255); }
div.DivClassName
{
background-color: #233DFF;
}
.BgClassName
{
background-color: #233DFF;
}
</style>
border-color css
<style>
span { border-color: #233DFF; }
span { border-color: rgb(35,61,255); }
td.TdClassName
{
border-color: #233DFF;
}
.TagClassName
{
border-color: #233DFF;
}
</style>