Shades of Neon Blue #574AF6
Tints of Neon Blue #574AF6
RGB
CMYK
RGB Variations
Color information
#574AF6 (or 0x574AF6) is known color: Neon Blue. HEX triplet: 57, 4A and F6. RGB value is (87,74,246). Sum of RGB (Red+Green+Blue) = 87+74+246=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #574AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AF6 is #A8B509. Grayscale: #606060. Windows color (decimal): -11056394 or 16140887. OLE color: 16140887.
HSL color Cylindrical-coordinate representation of color #574AF6: hue angle of 244.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574AF6 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 74 | 246 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.04 |
| HSL | 244.53º | 0.91% | 0.63% | - |
| HSV(B) | 244.53º | 0.7% | 0.96% | - |
| XYZ | 23.01 | 13.58 | 88.6 | - |
| YUV | 97.5 | 211.81 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 246 | 0.65 | 0.70 | 0 | 0.04 | 244.53 | 0.91 | 0.63 |
| Hex | 57 | 4A | F6 | 41 | 46 | 0 | 4 | F5 | 5B | 3F |
| Octal | 127 | 112 | 366 | 101 | 106 | 0 | 4 | 365 | 133 | 77 |
| Binary | 1010111 | 1001010 | 11110110 | 1000001 | 1000110 | 0 | 100 | 11110101 | 1011011 | 111111 |
Color Harmonies of #574AF6
Complementary color
Monochromatic Colors of #574AF6
Black with #574AF6
Text Example
Text Example
White with #574AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574AF6; }
p { color: rgb(87,74,246); }
H1.HeaderClassName
{
color: #574AF6;
}
.AnyTagClassName
{
color: #574AF6;
}
</style>
background-color css
<style>
a { background-color: #574AF6; }
a { background-color: rgb(87,74,246); }
div.DivClassName
{
background-color: #574AF6;
}
.BgClassName
{
background-color: #574AF6;
}
</style>
border-color css
<style>
span { border-color: #574AF6; }
span { border-color: rgb(87,74,246); }
td.TdClassName
{
border-color: #574AF6;
}
.TagClassName
{
border-color: #574AF6;
}
</style>