Shades of Neon Blue #233AF2
Tints of Neon Blue #233AF2
RGB
CMYK
RGB Variations
Color information
#233AF2 (or 0x233AF2) is known color: Neon Blue. HEX triplet: 23, 3A and F2. RGB value is (35,58,242). Sum of RGB (Red+Green+Blue) = 35+58+242=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #233AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AF2 is #DCC50D. Grayscale: #474747. Windows color (decimal): -14468366 or 15874595. OLE color: 15874595.
HSL color Cylindrical-coordinate representation of color #233AF2: hue angle of 233.33º 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 #233AF2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 58 | 242 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.05 |
| HSL | 233.33º | 0.89% | 0.54% | - |
| HSV(B) | 233.33º | 0.86% | 0.95% | - |
| XYZ | 18.23 | 9.79 | 84.93 | - |
| YUV | 72.1 | 223.88 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 242 | 0.86 | 0.76 | 0 | 0.05 | 233.33 | 0.89 | 0.54 |
| Hex | 23 | 3A | F2 | 56 | 4C | 0 | 5 | E9 | 59 | 36 |
| Octal | 43 | 72 | 362 | 126 | 114 | 0 | 5 | 351 | 131 | 66 |
| Binary | 100011 | 111010 | 11110010 | 1010110 | 1001100 | 0 | 101 | 11101001 | 1011001 | 110110 |
Color Harmonies of #233AF2
Complementary color
Monochromatic Colors of #233AF2
Black with #233AF2
Text Example
Text Example
White with #233AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AF2; }
p { color: rgb(35,58,242); }
H1.HeaderClassName
{
color: #233AF2;
}
.AnyTagClassName
{
color: #233AF2;
}
</style>
background-color css
<style>
a { background-color: #233AF2; }
a { background-color: rgb(35,58,242); }
div.DivClassName
{
background-color: #233AF2;
}
.BgClassName
{
background-color: #233AF2;
}
</style>
border-color css
<style>
span { border-color: #233AF2; }
span { border-color: rgb(35,58,242); }
td.TdClassName
{
border-color: #233AF2;
}
.TagClassName
{
border-color: #233AF2;
}
</style>