Shades of Neon Blue #574CFD
Tints of Neon Blue #574CFD
RGB
CMYK
RGB Variations
Color information
#574CFD (or 0x574CFD) is known color: Neon Blue. HEX triplet: 57, 4C and FD. RGB value is (87,76,253). Sum of RGB (Red+Green+Blue) = 87+76+253=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #574CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CFD is #A8B302. Grayscale: #626262. Windows color (decimal): -11055875 or 16600151. OLE color: 16600151.
HSL color Cylindrical-coordinate representation of color #574CFD: hue angle of 243.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574CFD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 76 | 253 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.01 |
| HSL | 243.73º | 0.98% | 0.65% | - |
| HSV(B) | 243.73º | 0.7% | 0.99% | - |
| XYZ | 24.24 | 14.29 | 94.41 | - |
| YUV | 99.47 | 214.64 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 253 | 0.66 | 0.70 | 0 | 0.01 | 243.73 | 0.98 | 0.65 |
| Hex | 57 | 4C | FD | 42 | 46 | 0 | 1 | F4 | 62 | 41 |
| Octal | 127 | 114 | 375 | 102 | 106 | 0 | 1 | 364 | 142 | 101 |
| Binary | 1010111 | 1001100 | 11111101 | 1000010 | 1000110 | 0 | 1 | 11110100 | 1100010 | 1000001 |
Color Harmonies of #574CFD
Complementary color
Monochromatic Colors of #574CFD
Black with #574CFD
Text Example
Text Example
White with #574CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CFD; }
p { color: rgb(87,76,253); }
H1.HeaderClassName
{
color: #574CFD;
}
.AnyTagClassName
{
color: #574CFD;
}
</style>
background-color css
<style>
a { background-color: #574CFD; }
a { background-color: rgb(87,76,253); }
div.DivClassName
{
background-color: #574CFD;
}
.BgClassName
{
background-color: #574CFD;
}
</style>
border-color css
<style>
span { border-color: #574CFD; }
span { border-color: rgb(87,76,253); }
td.TdClassName
{
border-color: #574CFD;
}
.TagClassName
{
border-color: #574CFD;
}
</style>