Shades of Neon Blue #233DF0
Tints of Neon Blue #233DF0
RGB
CMYK
RGB Variations
Color information
#233DF0 (or 0x233DF0) is known color: Neon Blue. HEX triplet: 23, 3D and F0. RGB value is (35,61,240). Sum of RGB (Red+Green+Blue) = 35+61+240=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #233DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233DF0 is #DCC20F. Grayscale: #484848. Windows color (decimal): -14467600 or 15744291. OLE color: 15744291.
HSL color Cylindrical-coordinate representation of color #233DF0: hue angle of 232.39º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233DF0 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 61 | 240 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.06 |
| HSL | 232.39º | 0.87% | 0.54% | - |
| HSV(B) | 232.39º | 0.85% | 0.94% | - |
| XYZ | 18.09 | 9.99 | 83.41 | - |
| YUV | 73.63 | 221.89 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 240 | 0.85 | 0.75 | 0 | 0.06 | 232.39 | 0.87 | 0.54 |
| Hex | 23 | 3D | F0 | 55 | 4B | 0 | 6 | E8 | 57 | 36 |
| Octal | 43 | 75 | 360 | 125 | 113 | 0 | 6 | 350 | 127 | 66 |
| Binary | 100011 | 111101 | 11110000 | 1010101 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110110 |
Color Harmonies of #233DF0
Complementary color
Monochromatic Colors of #233DF0
Black with #233DF0
Text Example
Text Example
White with #233DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233DF0; }
p { color: rgb(35,61,240); }
H1.HeaderClassName
{
color: #233DF0;
}
.AnyTagClassName
{
color: #233DF0;
}
</style>
background-color css
<style>
a { background-color: #233DF0; }
a { background-color: rgb(35,61,240); }
div.DivClassName
{
background-color: #233DF0;
}
.BgClassName
{
background-color: #233DF0;
}
</style>
border-color css
<style>
span { border-color: #233DF0; }
span { border-color: rgb(35,61,240); }
td.TdClassName
{
border-color: #233DF0;
}
.TagClassName
{
border-color: #233DF0;
}
</style>