Shades of Neon Blue #574CED
Tints of Neon Blue #574CED
RGB
CMYK
RGB Variations
Color information
#574CED (or 0x574CED) is known color: Neon Blue. HEX triplet: 57, 4C and ED. RGB value is (87,76,237). Sum of RGB (Red+Green+Blue) = 87+76+237=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #574CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CED is #A8B312. Grayscale: #616161. Windows color (decimal): -11055891 or 15551575. OLE color: 15551575.
HSL color Cylindrical-coordinate representation of color #574CED: hue angle of 244.1º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #574CED is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 76 | 237 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.07 |
| HSL | 244.1º | 0.82% | 0.61% | - |
| HSV(B) | 244.1º | 0.68% | 0.93% | - |
| XYZ | 21.8 | 13.31 | 81.54 | - |
| YUV | 97.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 237 | 0.63 | 0.68 | 0 | 0.07 | 244.1 | 0.82 | 0.61 |
| Hex | 57 | 4C | ED | 3F | 44 | 0 | 7 | F4 | 52 | 3D |
| Octal | 127 | 114 | 355 | 77 | 104 | 0 | 7 | 364 | 122 | 75 |
| Binary | 1010111 | 1001100 | 11101101 | 111111 | 1000100 | 0 | 111 | 11110100 | 1010010 | 111101 |
Color Harmonies of #574CED
Complementary color
Monochromatic Colors of #574CED
Black with #574CED
Text Example
Text Example
White with #574CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CED; }
p { color: rgb(87,76,237); }
H1.HeaderClassName
{
color: #574CED;
}
.AnyTagClassName
{
color: #574CED;
}
</style>
background-color css
<style>
a { background-color: #574CED; }
a { background-color: rgb(87,76,237); }
div.DivClassName
{
background-color: #574CED;
}
.BgClassName
{
background-color: #574CED;
}
</style>
border-color css
<style>
span { border-color: #574CED; }
span { border-color: rgb(87,76,237); }
td.TdClassName
{
border-color: #574CED;
}
.TagClassName
{
border-color: #574CED;
}
</style>