Shades of Neon Blue #574FF5
Tints of Neon Blue #574FF5
RGB
CMYK
RGB Variations
Color information
#574FF5 (or 0x574FF5) is known color: Neon Blue. HEX triplet: 57, 4F and F5. RGB value is (87,79,245). Sum of RGB (Red+Green+Blue) = 87+79+245=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #574FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FF5 is #A8B00A. Grayscale: #636363. Windows color (decimal): -11055115 or 16076631. OLE color: 16076631.
HSL color Cylindrical-coordinate representation of color #574FF5: hue angle of 242.89º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #574FF5 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 79 | 245 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.04 |
| HSL | 242.89º | 0.89% | 0.64% | - |
| HSV(B) | 242.89º | 0.68% | 0.96% | - |
| XYZ | 23.21 | 14.21 | 87.91 | - |
| YUV | 100.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 245 | 0.64 | 0.68 | 0 | 0.04 | 242.89 | 0.89 | 0.64 |
| Hex | 57 | 4F | F5 | 40 | 44 | 0 | 4 | F3 | 59 | 40 |
| Octal | 127 | 117 | 365 | 100 | 104 | 0 | 4 | 363 | 131 | 100 |
| Binary | 1010111 | 1001111 | 11110101 | 1000000 | 1000100 | 0 | 100 | 11110011 | 1011001 | 1000000 |
Color Harmonies of #574FF5
Complementary color
Monochromatic Colors of #574FF5
Black with #574FF5
Text Example
Text Example
White with #574FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FF5; }
p { color: rgb(87,79,245); }
H1.HeaderClassName
{
color: #574FF5;
}
.AnyTagClassName
{
color: #574FF5;
}
</style>
background-color css
<style>
a { background-color: #574FF5; }
a { background-color: rgb(87,79,245); }
div.DivClassName
{
background-color: #574FF5;
}
.BgClassName
{
background-color: #574FF5;
}
</style>
border-color css
<style>
span { border-color: #574FF5; }
span { border-color: rgb(87,79,245); }
td.TdClassName
{
border-color: #574FF5;
}
.TagClassName
{
border-color: #574FF5;
}
</style>