Shades of Neon Blue #232BFF
Tints of Neon Blue #232BFF
RGB
CMYK
RGB Variations
Color information
#232BFF (or 0x232BFF) is known color: Neon Blue. HEX triplet: 23, 2B and FF. RGB value is (35,43,255). Sum of RGB (Red+Green+Blue) = 35+43+255=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #232BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BFF is #DCD400. Grayscale: #3F3F3F. Windows color (decimal): -14472193 or 16722723. OLE color: 16722723.
HSL color Cylindrical-coordinate representation of color #232BFF: hue angle of 237.82º 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 #232BFF is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 43 | 255 | - |
| CMYK | 0.86 | 0.83 | 0 | 0 |
| HSL | 237.82º | 1% | 0.57% | - |
| HSV(B) | 237.82º | 0.86% | 1% | - |
| XYZ | 19.61 | 9.31 | 95.37 | - |
| YUV | 64.78 | 235.35 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 255 | 0.86 | 0.83 | 0 | 0 | 237.82 | 1 | 0.57 |
| Hex | 23 | 2B | FF | 56 | 53 | 0 | 0 | EE | 64 | 39 |
| Octal | 43 | 53 | 377 | 126 | 123 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100011 | 101011 | 11111111 | 1010110 | 1010011 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #232BFF
Complementary color
Monochromatic Colors of #232BFF
Black with #232BFF
Text Example
Text Example
White with #232BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232BFF; }
p { color: rgb(35,43,255); }
H1.HeaderClassName
{
color: #232BFF;
}
.AnyTagClassName
{
color: #232BFF;
}
</style>
background-color css
<style>
a { background-color: #232BFF; }
a { background-color: rgb(35,43,255); }
div.DivClassName
{
background-color: #232BFF;
}
.BgClassName
{
background-color: #232BFF;
}
</style>
border-color css
<style>
span { border-color: #232BFF; }
span { border-color: rgb(35,43,255); }
td.TdClassName
{
border-color: #232BFF;
}
.TagClassName
{
border-color: #232BFF;
}
</style>