Shades of Neon Blue #232FFD
Tints of Neon Blue #232FFD
RGB
CMYK
RGB Variations
Color information
#232FFD (or 0x232FFD) is known color: Neon Blue. HEX triplet: 23, 2F and FD. RGB value is (35,47,253). Sum of RGB (Red+Green+Blue) = 35+47+253=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #232FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FFD is #DCD002. Grayscale: #424242. Windows color (decimal): -14471171 or 16592675. OLE color: 16592675.
HSL color Cylindrical-coordinate representation of color #232FFD: hue angle of 236.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232FFD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 47 | 253 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.01 |
| HSL | 236.7º | 0.98% | 0.56% | - |
| HSV(B) | 236.7º | 0.86% | 0.99% | - |
| XYZ | 19.44 | 9.48 | 93.73 | - |
| YUV | 66.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 253 | 0.86 | 0.81 | 0 | 0.01 | 236.7 | 0.98 | 0.56 |
| Hex | 23 | 2F | FD | 56 | 51 | 0 | 1 | ED | 62 | 38 |
| Octal | 43 | 57 | 375 | 126 | 121 | 0 | 1 | 355 | 142 | 70 |
| Binary | 100011 | 101111 | 11111101 | 1010110 | 1010001 | 0 | 1 | 11101101 | 1100010 | 111000 |
Color Harmonies of #232FFD
Complementary color
Monochromatic Colors of #232FFD
Black with #232FFD
Text Example
Text Example
White with #232FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FFD; }
p { color: rgb(35,47,253); }
H1.HeaderClassName
{
color: #232FFD;
}
.AnyTagClassName
{
color: #232FFD;
}
</style>
background-color css
<style>
a { background-color: #232FFD; }
a { background-color: rgb(35,47,253); }
div.DivClassName
{
background-color: #232FFD;
}
.BgClassName
{
background-color: #232FFD;
}
</style>
border-color css
<style>
span { border-color: #232FFD; }
span { border-color: rgb(35,47,253); }
td.TdClassName
{
border-color: #232FFD;
}
.TagClassName
{
border-color: #232FFD;
}
</style>