Shades of Neon Blue #233CF0
Tints of Neon Blue #233CF0
RGB
CMYK
RGB Variations
Color information
#233CF0 (or 0x233CF0) is known color: Neon Blue. HEX triplet: 23, 3C and F0. RGB value is (35,60,240). Sum of RGB (Red+Green+Blue) = 35+60+240=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #233CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CF0 is #DCC30F. Grayscale: #484848. Windows color (decimal): -14467856 or 15744035. OLE color: 15744035.
HSL color Cylindrical-coordinate representation of color #233CF0: hue angle of 232.68º 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 #233CF0 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 60 | 240 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.06 |
| HSL | 232.68º | 0.87% | 0.54% | - |
| HSV(B) | 232.68º | 0.85% | 0.94% | - |
| XYZ | 18.04 | 9.88 | 83.39 | - |
| YUV | 73.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 240 | 0.85 | 0.75 | 0 | 0.06 | 232.68 | 0.87 | 0.54 |
| Hex | 23 | 3C | F0 | 55 | 4B | 0 | 6 | E9 | 57 | 36 |
| Octal | 43 | 74 | 360 | 125 | 113 | 0 | 6 | 351 | 127 | 66 |
| Binary | 100011 | 111100 | 11110000 | 1010101 | 1001011 | 0 | 110 | 11101001 | 1010111 | 110110 |
Color Harmonies of #233CF0
Complementary color
Monochromatic Colors of #233CF0
Black with #233CF0
Text Example
Text Example
White with #233CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CF0; }
p { color: rgb(35,60,240); }
H1.HeaderClassName
{
color: #233CF0;
}
.AnyTagClassName
{
color: #233CF0;
}
</style>
background-color css
<style>
a { background-color: #233CF0; }
a { background-color: rgb(35,60,240); }
div.DivClassName
{
background-color: #233CF0;
}
.BgClassName
{
background-color: #233CF0;
}
</style>
border-color css
<style>
span { border-color: #233CF0; }
span { border-color: rgb(35,60,240); }
td.TdClassName
{
border-color: #233CF0;
}
.TagClassName
{
border-color: #233CF0;
}
</style>