Shades of Neon Blue #5754FC
Tints of Neon Blue #5754FC
RGB
CMYK
RGB Variations
Color information
#5754FC (or 0x5754FC) is known color: Neon Blue. HEX triplet: 57, 54 and FC. RGB value is (87,84,252). Sum of RGB (Red+Green+Blue) = 87+84+252=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #5754FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5754FC is #A8AB03. Grayscale: #676767. Windows color (decimal): -11053828 or 16536663. OLE color: 16536663.
HSL color Cylindrical-coordinate representation of color #5754FC: hue angle of 241.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5754FC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 84 | 252 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.01 |
| HSL | 241.07º | 0.97% | 0.66% | - |
| HSV(B) | 241.07º | 0.67% | 0.99% | - |
| XYZ | 24.67 | 15.4 | 93.77 | - |
| YUV | 104.05 | 211.49 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 252 | 0.65 | 0.67 | 0 | 0.01 | 241.07 | 0.97 | 0.66 |
| Hex | 57 | 54 | FC | 41 | 43 | 0 | 1 | F1 | 61 | 42 |
| Octal | 127 | 124 | 374 | 101 | 103 | 0 | 1 | 361 | 141 | 102 |
| Binary | 1010111 | 1010100 | 11111100 | 1000001 | 1000011 | 0 | 1 | 11110001 | 1100001 | 1000010 |
Color Harmonies of #5754FC
Complementary color
Monochromatic Colors of #5754FC
Black with #5754FC
Text Example
Text Example
White with #5754FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754FC; }
p { color: rgb(87,84,252); }
H1.HeaderClassName
{
color: #5754FC;
}
.AnyTagClassName
{
color: #5754FC;
}
</style>
background-color css
<style>
a { background-color: #5754FC; }
a { background-color: rgb(87,84,252); }
div.DivClassName
{
background-color: #5754FC;
}
.BgClassName
{
background-color: #5754FC;
}
</style>
border-color css
<style>
span { border-color: #5754FC; }
span { border-color: rgb(87,84,252); }
td.TdClassName
{
border-color: #5754FC;
}
.TagClassName
{
border-color: #5754FC;
}
</style>