Shades of Neon Blue #574CE8
Tints of Neon Blue #574CE8
RGB
CMYK
RGB Variations
Color information
#574CE8 (or 0x574CE8) is known color: Neon Blue. HEX triplet: 57, 4C and E8. RGB value is (87,76,232). Sum of RGB (Red+Green+Blue) = 87+76+232=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #574CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CE8 is #A8B317. Grayscale: #606060. Windows color (decimal): -11055896 or 15223895. OLE color: 15223895.
HSL color Cylindrical-coordinate representation of color #574CE8: hue angle of 244.23º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #574CE8 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 76 | 232 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.09 |
| HSL | 244.23º | 0.77% | 0.6% | - |
| HSV(B) | 244.23º | 0.67% | 0.91% | - |
| XYZ | 21.08 | 13.02 | 77.75 | - |
| YUV | 97.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 232 | 0.62 | 0.67 | 0 | 0.09 | 244.23 | 0.77 | 0.6 |
| Hex | 57 | 4C | E8 | 3E | 43 | 0 | 9 | F4 | 4D | 3C |
| Octal | 127 | 114 | 350 | 76 | 103 | 0 | 11 | 364 | 115 | 74 |
| Binary | 1010111 | 1001100 | 11101000 | 111110 | 1000011 | 0 | 1001 | 11110100 | 1001101 | 111100 |
Color Harmonies of #574CE8
Complementary color
Monochromatic Colors of #574CE8
Black with #574CE8
Text Example
Text Example
White with #574CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574CE8; }
p { color: rgb(87,76,232); }
H1.HeaderClassName
{
color: #574CE8;
}
.AnyTagClassName
{
color: #574CE8;
}
</style>
background-color css
<style>
a { background-color: #574CE8; }
a { background-color: rgb(87,76,232); }
div.DivClassName
{
background-color: #574CE8;
}
.BgClassName
{
background-color: #574CE8;
}
</style>
border-color css
<style>
span { border-color: #574CE8; }
span { border-color: rgb(87,76,232); }
td.TdClassName
{
border-color: #574CE8;
}
.TagClassName
{
border-color: #574CE8;
}
</style>