Shades of Neon Blue #574EE4
Tints of Neon Blue #574EE4
RGB
CMYK
RGB Variations
Color information
#574EE4 (or 0x574EE4) is known color: Neon Blue. HEX triplet: 57, 4E and E4. RGB value is (87,78,228). Sum of RGB (Red+Green+Blue) = 87+78+228=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #574EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EE4 is #A8B11B. Grayscale: #616161. Windows color (decimal): -11055388 or 14962263. OLE color: 14962263.
HSL color Cylindrical-coordinate representation of color #574EE4: hue angle of 243.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574EE4 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 78 | 228 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.11 |
| HSL | 243.6º | 0.74% | 0.6% | - |
| HSV(B) | 243.6º | 0.66% | 0.89% | - |
| XYZ | 20.66 | 13.08 | 74.83 | - |
| YUV | 97.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 228 | 0.62 | 0.66 | 0 | 0.11 | 243.6 | 0.74 | 0.6 |
| Hex | 57 | 4E | E4 | 3E | 42 | 0 | B | F4 | 4A | 3C |
| Octal | 127 | 116 | 344 | 76 | 102 | 0 | 13 | 364 | 112 | 74 |
| Binary | 1010111 | 1001110 | 11100100 | 111110 | 1000010 | 0 | 1011 | 11110100 | 1001010 | 111100 |
Color Harmonies of #574EE4
Complementary color
Monochromatic Colors of #574EE4
Black with #574EE4
Text Example
Text Example
White with #574EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574EE4; }
p { color: rgb(87,78,228); }
H1.HeaderClassName
{
color: #574EE4;
}
.AnyTagClassName
{
color: #574EE4;
}
</style>
background-color css
<style>
a { background-color: #574EE4; }
a { background-color: rgb(87,78,228); }
div.DivClassName
{
background-color: #574EE4;
}
.BgClassName
{
background-color: #574EE4;
}
</style>
border-color css
<style>
span { border-color: #574EE4; }
span { border-color: rgb(87,78,228); }
td.TdClassName
{
border-color: #574EE4;
}
.TagClassName
{
border-color: #574EE4;
}
</style>