Shades of Neon Blue #232DFB
Tints of Neon Blue #232DFB
RGB
CMYK
RGB Variations
Color information
#232DFB (or 0x232DFB) is known color: Neon Blue. HEX triplet: 23, 2D and FB. RGB value is (35,45,251). Sum of RGB (Red+Green+Blue) = 35+45+251=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #232DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232DFB is #DCD204. Grayscale: #404040. Windows color (decimal): -14471685 or 16461091. OLE color: 16461091.
HSL color Cylindrical-coordinate representation of color #232DFB: hue angle of 237.22º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232DFB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 45 | 251 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.02 |
| HSL | 237.22º | 0.96% | 0.56% | - |
| HSV(B) | 237.22º | 0.86% | 0.98% | - |
| XYZ | 19.04 | 9.2 | 92.04 | - |
| YUV | 65.49 | 232.69 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 251 | 0.86 | 0.82 | 0 | 0.02 | 237.22 | 0.96 | 0.56 |
| Hex | 23 | 2D | FB | 56 | 52 | 0 | 2 | ED | 60 | 38 |
| Octal | 43 | 55 | 373 | 126 | 122 | 0 | 2 | 355 | 140 | 70 |
| Binary | 100011 | 101101 | 11111011 | 1010110 | 1010010 | 0 | 10 | 11101101 | 1100000 | 111000 |
Color Harmonies of #232DFB
Complementary color
Monochromatic Colors of #232DFB
Black with #232DFB
Text Example
Text Example
White with #232DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DFB; }
p { color: rgb(35,45,251); }
H1.HeaderClassName
{
color: #232DFB;
}
.AnyTagClassName
{
color: #232DFB;
}
</style>
background-color css
<style>
a { background-color: #232DFB; }
a { background-color: rgb(35,45,251); }
div.DivClassName
{
background-color: #232DFB;
}
.BgClassName
{
background-color: #232DFB;
}
</style>
border-color css
<style>
span { border-color: #232DFB; }
span { border-color: rgb(35,45,251); }
td.TdClassName
{
border-color: #232DFB;
}
.TagClassName
{
border-color: #232DFB;
}
</style>