Shades of Neon Blue #2352FF
Tints of Neon Blue #2352FF
RGB
CMYK
RGB Variations
Color information
#2352FF (or 0x2352FF) is known color: Neon Blue. HEX triplet: 23, 52 and FF. RGB value is (35,82,255). Sum of RGB (Red+Green+Blue) = 35+82+255=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #2352FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2352FF is #DCAD00. Grayscale: #565656. Windows color (decimal): -14462209 or 16732707. OLE color: 16732707.
HSL color Cylindrical-coordinate representation of color #2352FF: hue angle of 227.18º 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 #2352FF is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 82 | 255 | - |
| CMYK | 0.86 | 0.68 | 0 | 0 |
| HSL | 227.18º | 1% | 0.57% | - |
| HSV(B) | 227.18º | 0.86% | 1% | - |
| XYZ | 21.76 | 13.61 | 96.09 | - |
| YUV | 87.67 | 222.43 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 255 | 0.86 | 0.68 | 0 | 0 | 227.18 | 1 | 0.57 |
| Hex | 23 | 52 | FF | 56 | 44 | 0 | 0 | E3 | 64 | 39 |
| Octal | 43 | 122 | 377 | 126 | 104 | 0 | 0 | 343 | 144 | 71 |
| Binary | 100011 | 1010010 | 11111111 | 1010110 | 1000100 | 0 | 0 | 11100011 | 1100100 | 111001 |
Color Harmonies of #2352FF
Complementary color
Monochromatic Colors of #2352FF
Black with #2352FF
Text Example
Text Example
White with #2352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352FF; }
p { color: rgb(35,82,255); }
H1.HeaderClassName
{
color: #2352FF;
}
.AnyTagClassName
{
color: #2352FF;
}
</style>
background-color css
<style>
a { background-color: #2352FF; }
a { background-color: rgb(35,82,255); }
div.DivClassName
{
background-color: #2352FF;
}
.BgClassName
{
background-color: #2352FF;
}
</style>
border-color css
<style>
span { border-color: #2352FF; }
span { border-color: rgb(35,82,255); }
td.TdClassName
{
border-color: #2352FF;
}
.TagClassName
{
border-color: #2352FF;
}
</style>