Shades of Neon Blue #574BFE
Tints of Neon Blue #574BFE
RGB
CMYK
RGB Variations
Color information
#574BFE (or 0x574BFE) is known color: Neon Blue. HEX triplet: 57, 4B and FE. RGB value is (87,75,254). Sum of RGB (Red+Green+Blue) = 87+75+254=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #574BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574BFE is #A8B401. Grayscale: #626262. Windows color (decimal): -11056130 or 16665431. OLE color: 16665431.
HSL color Cylindrical-coordinate representation of color #574BFE: hue angle of 244.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574BFE is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 75 | 254 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.00 |
| HSL | 244.02º | 0.99% | 0.65% | - |
| HSV(B) | 244.02º | 0.7% | 1% | - |
| XYZ | 24.34 | 14.21 | 95.23 | - |
| YUV | 98.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 254 | 0.66 | 0.70 | 0 | 0.00 | 244.02 | 0.99 | 0.65 |
| Hex | 57 | 4B | FE | 42 | 46 | 0 | 0 | F4 | 63 | 41 |
| Octal | 127 | 113 | 376 | 102 | 106 | 0 | 0 | 364 | 143 | 101 |
| Binary | 1010111 | 1001011 | 11111110 | 1000010 | 1000110 | 0 | 0 | 11110100 | 1100011 | 1000001 |
Color Harmonies of #574BFE
Complementary color
Monochromatic Colors of #574BFE
Black with #574BFE
Text Example
Text Example
White with #574BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574BFE; }
p { color: rgb(87,75,254); }
H1.HeaderClassName
{
color: #574BFE;
}
.AnyTagClassName
{
color: #574BFE;
}
</style>
background-color css
<style>
a { background-color: #574BFE; }
a { background-color: rgb(87,75,254); }
div.DivClassName
{
background-color: #574BFE;
}
.BgClassName
{
background-color: #574BFE;
}
</style>
border-color css
<style>
span { border-color: #574BFE; }
span { border-color: rgb(87,75,254); }
td.TdClassName
{
border-color: #574BFE;
}
.TagClassName
{
border-color: #574BFE;
}
</style>