Shades of Neon Blue #574FED
Tints of Neon Blue #574FED
RGB
CMYK
RGB Variations
Color information
#574FED (or 0x574FED) is known color: Neon Blue. HEX triplet: 57, 4F and ED. RGB value is (87,79,237). Sum of RGB (Red+Green+Blue) = 87+79+237=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #574FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FED is #A8B012. Grayscale: #626262. Windows color (decimal): -11055123 or 15552343. OLE color: 15552343.
HSL color Cylindrical-coordinate representation of color #574FED: hue angle of 243.04º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #574FED is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 79 | 237 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.07 |
| HSL | 243.04º | 0.81% | 0.62% | - |
| HSV(B) | 243.04º | 0.67% | 0.93% | - |
| XYZ | 22.01 | 13.73 | 81.61 | - |
| YUV | 99.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 237 | 0.63 | 0.67 | 0 | 0.07 | 243.04 | 0.81 | 0.62 |
| Hex | 57 | 4F | ED | 3F | 43 | 0 | 7 | F3 | 51 | 3E |
| Octal | 127 | 117 | 355 | 77 | 103 | 0 | 7 | 363 | 121 | 76 |
| Binary | 1010111 | 1001111 | 11101101 | 111111 | 1000011 | 0 | 111 | 11110011 | 1010001 | 111110 |
Color Harmonies of #574FED
Complementary color
Monochromatic Colors of #574FED
Black with #574FED
Text Example
Text Example
White with #574FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FED; }
p { color: rgb(87,79,237); }
H1.HeaderClassName
{
color: #574FED;
}
.AnyTagClassName
{
color: #574FED;
}
</style>
background-color css
<style>
a { background-color: #574FED; }
a { background-color: rgb(87,79,237); }
div.DivClassName
{
background-color: #574FED;
}
.BgClassName
{
background-color: #574FED;
}
</style>
border-color css
<style>
span { border-color: #574FED; }
span { border-color: rgb(87,79,237); }
td.TdClassName
{
border-color: #574FED;
}
.TagClassName
{
border-color: #574FED;
}
</style>