Shades of Neon Blue #5752FB
Tints of Neon Blue #5752FB
RGB
CMYK
RGB Variations
Color information
#5752FB (or 0x5752FB) is known color: Neon Blue. HEX triplet: 57, 52 and FB. RGB value is (87,82,251). Sum of RGB (Red+Green+Blue) = 87+82+251=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5752FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5752FB is #A8AD04. Grayscale: #666666. Windows color (decimal): -11054341 or 16470615. OLE color: 16470615.
HSL color Cylindrical-coordinate representation of color #5752FB: hue angle of 241.78º 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 #5752FB is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 82 | 251 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.02 |
| HSL | 241.78º | 0.95% | 0.65% | - |
| HSV(B) | 241.78º | 0.67% | 0.98% | - |
| XYZ | 24.36 | 15.03 | 92.88 | - |
| YUV | 102.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 251 | 0.65 | 0.67 | 0 | 0.02 | 241.78 | 0.95 | 0.65 |
| Hex | 57 | 52 | FB | 41 | 43 | 0 | 2 | F2 | 5F | 41 |
| Octal | 127 | 122 | 373 | 101 | 103 | 0 | 2 | 362 | 137 | 101 |
| Binary | 1010111 | 1010010 | 11111011 | 1000001 | 1000011 | 0 | 10 | 11110010 | 1011111 | 1000001 |
Color Harmonies of #5752FB
Complementary color
Monochromatic Colors of #5752FB
Black with #5752FB
Text Example
Text Example
White with #5752FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752FB; }
p { color: rgb(87,82,251); }
H1.HeaderClassName
{
color: #5752FB;
}
.AnyTagClassName
{
color: #5752FB;
}
</style>
background-color css
<style>
a { background-color: #5752FB; }
a { background-color: rgb(87,82,251); }
div.DivClassName
{
background-color: #5752FB;
}
.BgClassName
{
background-color: #5752FB;
}
</style>
border-color css
<style>
span { border-color: #5752FB; }
span { border-color: rgb(87,82,251); }
td.TdClassName
{
border-color: #5752FB;
}
.TagClassName
{
border-color: #5752FB;
}
</style>