Shades of Neon Blue #5852FB
Tints of Neon Blue #5852FB
RGB
CMYK
RGB Variations
Color information
#5852FB (or 0x5852FB) is known color: Neon Blue. HEX triplet: 58, 52 and FB. RGB value is (88,82,251). Sum of RGB (Red+Green+Blue) = 88+82+251=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #5852FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5852FB is #A7AD04. Grayscale: #666666. Windows color (decimal): -10988805 or 16470616. OLE color: 16470616.
HSL color Cylindrical-coordinate representation of color #5852FB: hue angle of 242.13º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5852FB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 82 | 251 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.02 |
| HSL | 242.13º | 0.95% | 0.65% | - |
| HSV(B) | 242.13º | 0.67% | 0.98% | - |
| XYZ | 24.45 | 15.07 | 92.89 | - |
| YUV | 103.06 | 211.49 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 251 | 0.65 | 0.67 | 0 | 0.02 | 242.13 | 0.95 | 0.65 |
| Hex | 58 | 52 | FB | 41 | 43 | 0 | 2 | F2 | 5F | 41 |
| Octal | 130 | 122 | 373 | 101 | 103 | 0 | 2 | 362 | 137 | 101 |
| Binary | 1011000 | 1010010 | 11111011 | 1000001 | 1000011 | 0 | 10 | 11110010 | 1011111 | 1000001 |
Color Harmonies of #5852FB
Complementary color
Monochromatic Colors of #5852FB
Black with #5852FB
Text Example
Text Example
White with #5852FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5852FB; }
p { color: rgb(88,82,251); }
H1.HeaderClassName
{
color: #5852FB;
}
.AnyTagClassName
{
color: #5852FB;
}
</style>
background-color css
<style>
a { background-color: #5852FB; }
a { background-color: rgb(88,82,251); }
div.DivClassName
{
background-color: #5852FB;
}
.BgClassName
{
background-color: #5852FB;
}
</style>
border-color css
<style>
span { border-color: #5852FB; }
span { border-color: rgb(88,82,251); }
td.TdClassName
{
border-color: #5852FB;
}
.TagClassName
{
border-color: #5852FB;
}
</style>