Shades of Neon Blue #574FFE
Tints of Neon Blue #574FFE
RGB
CMYK
RGB Variations
Color information
#574FFE (or 0x574FFE) is known color: Neon Blue. HEX triplet: 57, 4F and FE. RGB value is (87,79,254). Sum of RGB (Red+Green+Blue) = 87+79+254=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #574FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FFE is #A8B001. Grayscale: #646464. Windows color (decimal): -11055106 or 16666455. OLE color: 16666455.
HSL color Cylindrical-coordinate representation of color #574FFE: hue angle of 242.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #574FFE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 79 | 254 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.00 |
| HSL | 242.74º | 0.99% | 0.65% | - |
| HSV(B) | 242.74º | 0.69% | 1% | - |
| XYZ | 24.62 | 14.77 | 95.32 | - |
| YUV | 101.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 254 | 0.66 | 0.69 | 0 | 0.00 | 242.74 | 0.99 | 0.65 |
| Hex | 57 | 4F | FE | 42 | 45 | 0 | 0 | F3 | 63 | 41 |
| Octal | 127 | 117 | 376 | 102 | 105 | 0 | 0 | 363 | 143 | 101 |
| Binary | 1010111 | 1001111 | 11111110 | 1000010 | 1000101 | 0 | 0 | 11110011 | 1100011 | 1000001 |
Color Harmonies of #574FFE
Complementary color
Monochromatic Colors of #574FFE
Black with #574FFE
Text Example
Text Example
White with #574FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574FFE; }
p { color: rgb(87,79,254); }
H1.HeaderClassName
{
color: #574FFE;
}
.AnyTagClassName
{
color: #574FFE;
}
</style>
background-color css
<style>
a { background-color: #574FFE; }
a { background-color: rgb(87,79,254); }
div.DivClassName
{
background-color: #574FFE;
}
.BgClassName
{
background-color: #574FFE;
}
</style>
border-color css
<style>
span { border-color: #574FFE; }
span { border-color: rgb(87,79,254); }
td.TdClassName
{
border-color: #574FFE;
}
.TagClassName
{
border-color: #574FFE;
}
</style>