Shades of Neon Blue #232DF8
Tints of Neon Blue #232DF8
RGB
CMYK
RGB Variations
Color information
#232DF8 (or 0x232DF8) is known color: Neon Blue. HEX triplet: 23, 2D and F8. RGB value is (35,45,248). Sum of RGB (Red+Green+Blue) = 35+45+248=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #232DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232DF8 is #DCD207. Grayscale: #404040. Windows color (decimal): -14471688 or 16264483. OLE color: 16264483.
HSL color Cylindrical-coordinate representation of color #232DF8: hue angle of 237.18º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232DF8 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 45 | 248 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.03 |
| HSL | 237.18º | 0.94% | 0.55% | - |
| HSV(B) | 237.18º | 0.86% | 0.97% | - |
| XYZ | 18.57 | 9.01 | 89.57 | - |
| YUV | 65.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 248 | 0.86 | 0.82 | 0 | 0.03 | 237.18 | 0.94 | 0.55 |
| Hex | 23 | 2D | F8 | 56 | 52 | 0 | 3 | ED | 5E | 37 |
| Octal | 43 | 55 | 370 | 126 | 122 | 0 | 3 | 355 | 136 | 67 |
| Binary | 100011 | 101101 | 11111000 | 1010110 | 1010010 | 0 | 11 | 11101101 | 1011110 | 110111 |
Color Harmonies of #232DF8
Complementary color
Monochromatic Colors of #232DF8
Black with #232DF8
Text Example
Text Example
White with #232DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DF8; }
p { color: rgb(35,45,248); }
H1.HeaderClassName
{
color: #232DF8;
}
.AnyTagClassName
{
color: #232DF8;
}
</style>
background-color css
<style>
a { background-color: #232DF8; }
a { background-color: rgb(35,45,248); }
div.DivClassName
{
background-color: #232DF8;
}
.BgClassName
{
background-color: #232DF8;
}
</style>
border-color css
<style>
span { border-color: #232DF8; }
span { border-color: rgb(35,45,248); }
td.TdClassName
{
border-color: #232DF8;
}
.TagClassName
{
border-color: #232DF8;
}
</style>