Shades of Neon Blue #232FFF
Tints of Neon Blue #232FFF
RGB
CMYK
RGB Variations
Color information
#232FFF (or 0x232FFF) is known color: Neon Blue. HEX triplet: 23, 2F and FF. RGB value is (35,47,255). Sum of RGB (Red+Green+Blue) = 35+47+255=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #232FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FFF is #DCD000. Grayscale: #424242. Windows color (decimal): -14471169 or 16723747. OLE color: 16723747.
HSL color Cylindrical-coordinate representation of color #232FFF: hue angle of 236.73º 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 #232FFF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 47 | 255 | - |
| CMYK | 0.86 | 0.82 | 0 | 0 |
| HSL | 236.73º | 1% | 0.57% | - |
| HSV(B) | 236.73º | 0.86% | 1% | - |
| XYZ | 19.76 | 9.61 | 95.42 | - |
| YUV | 67.12 | 234.02 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 255 | 0.86 | 0.82 | 0 | 0 | 236.73 | 1 | 0.57 |
| Hex | 23 | 2F | FF | 56 | 52 | 0 | 0 | ED | 64 | 39 |
| Octal | 43 | 57 | 377 | 126 | 122 | 0 | 0 | 355 | 144 | 71 |
| Binary | 100011 | 101111 | 11111111 | 1010110 | 1010010 | 0 | 0 | 11101101 | 1100100 | 111001 |
Color Harmonies of #232FFF
Complementary color
Monochromatic Colors of #232FFF
Black with #232FFF
Text Example
Text Example
White with #232FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FFF; }
p { color: rgb(35,47,255); }
H1.HeaderClassName
{
color: #232FFF;
}
.AnyTagClassName
{
color: #232FFF;
}
</style>
background-color css
<style>
a { background-color: #232FFF; }
a { background-color: rgb(35,47,255); }
div.DivClassName
{
background-color: #232FFF;
}
.BgClassName
{
background-color: #232FFF;
}
</style>
border-color css
<style>
span { border-color: #232FFF; }
span { border-color: rgb(35,47,255); }
td.TdClassName
{
border-color: #232FFF;
}
.TagClassName
{
border-color: #232FFF;
}
</style>