Shades of Neon Blue #233BF2
Tints of Neon Blue #233BF2
RGB
CMYK
RGB Variations
Color information
#233BF2 (or 0x233BF2) is known color: Neon Blue. HEX triplet: 23, 3B and F2. RGB value is (35,59,242). Sum of RGB (Red+Green+Blue) = 35+59+242=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #233BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233BF2 is #DCC40D. Grayscale: #474747. Windows color (decimal): -14468110 or 15874851. OLE color: 15874851.
HSL color Cylindrical-coordinate representation of color #233BF2: hue angle of 233.04º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233BF2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 59 | 242 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.05 |
| HSL | 233.04º | 0.89% | 0.54% | - |
| HSV(B) | 233.04º | 0.86% | 0.95% | - |
| XYZ | 18.28 | 9.9 | 84.95 | - |
| YUV | 72.69 | 223.55 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 242 | 0.86 | 0.76 | 0 | 0.05 | 233.04 | 0.89 | 0.54 |
| Hex | 23 | 3B | F2 | 56 | 4C | 0 | 5 | E9 | 59 | 36 |
| Octal | 43 | 73 | 362 | 126 | 114 | 0 | 5 | 351 | 131 | 66 |
| Binary | 100011 | 111011 | 11110010 | 1010110 | 1001100 | 0 | 101 | 11101001 | 1011001 | 110110 |
Color Harmonies of #233BF2
Complementary color
Monochromatic Colors of #233BF2
Black with #233BF2
Text Example
Text Example
White with #233BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233BF2; }
p { color: rgb(35,59,242); }
H1.HeaderClassName
{
color: #233BF2;
}
.AnyTagClassName
{
color: #233BF2;
}
</style>
background-color css
<style>
a { background-color: #233BF2; }
a { background-color: rgb(35,59,242); }
div.DivClassName
{
background-color: #233BF2;
}
.BgClassName
{
background-color: #233BF2;
}
</style>
border-color css
<style>
span { border-color: #233BF2; }
span { border-color: rgb(35,59,242); }
td.TdClassName
{
border-color: #233BF2;
}
.TagClassName
{
border-color: #233BF2;
}
</style>