Shades of Neon Blue #5754FD
Tints of Neon Blue #5754FD
RGB
CMYK
RGB Variations
Color information
#5754FD (or 0x5754FD) is known color: Neon Blue. HEX triplet: 57, 54 and FD. RGB value is (87,84,253). Sum of RGB (Red+Green+Blue) = 87+84+253=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #5754FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5754FD is #A8AB02. Grayscale: #676767. Windows color (decimal): -11053827 or 16602199. OLE color: 16602199.
HSL color Cylindrical-coordinate representation of color #5754FD: hue angle of 241.07º degrees, saturation: 0.98, 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 #5754FD is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 84 | 253 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.01 |
| HSL | 241.07º | 0.98% | 0.66% | - |
| HSV(B) | 241.07º | 0.67% | 0.99% | - |
| XYZ | 24.83 | 15.46 | 94.6 | - |
| YUV | 104.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 253 | 0.66 | 0.67 | 0 | 0.01 | 241.07 | 0.98 | 0.66 |
| Hex | 57 | 54 | FD | 42 | 43 | 0 | 1 | F1 | 62 | 42 |
| Octal | 127 | 124 | 375 | 102 | 103 | 0 | 1 | 361 | 142 | 102 |
| Binary | 1010111 | 1010100 | 11111101 | 1000010 | 1000011 | 0 | 1 | 11110001 | 1100010 | 1000010 |
Color Harmonies of #5754FD
Complementary color
Monochromatic Colors of #5754FD
Black with #5754FD
Text Example
Text Example
White with #5754FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5754FD; }
p { color: rgb(87,84,253); }
H1.HeaderClassName
{
color: #5754FD;
}
.AnyTagClassName
{
color: #5754FD;
}
</style>
background-color css
<style>
a { background-color: #5754FD; }
a { background-color: rgb(87,84,253); }
div.DivClassName
{
background-color: #5754FD;
}
.BgClassName
{
background-color: #5754FD;
}
</style>
border-color css
<style>
span { border-color: #5754FD; }
span { border-color: rgb(87,84,253); }
td.TdClassName
{
border-color: #5754FD;
}
.TagClassName
{
border-color: #5754FD;
}
</style>