Shades of Neon Blue #5769FD
Tints of Neon Blue #5769FD
RGB
CMYK
RGB Variations
Color information
#5769FD (or 0x5769FD) is known color: Neon Blue. HEX triplet: 57, 69 and FD. RGB value is (87,105,253). Sum of RGB (Red+Green+Blue) = 87+105+253=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #5769FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5769FD is #A89602. Grayscale: #737373. Windows color (decimal): -11048451 or 16607575. OLE color: 16607575.
HSL color Cylindrical-coordinate representation of color #5769FD: hue angle of 233.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5769FD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 105 | 253 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.01 |
| HSL | 233.49º | 0.98% | 0.67% | - |
| HSV(B) | 233.49º | 0.66% | 0.99% | - |
| XYZ | 26.71 | 19.22 | 95.23 | - |
| YUV | 116.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 253 | 0.66 | 0.58 | 0 | 0.01 | 233.49 | 0.98 | 0.67 |
| Hex | 57 | 69 | FD | 42 | 3A | 0 | 1 | E9 | 62 | 43 |
| Octal | 127 | 151 | 375 | 102 | 72 | 0 | 1 | 351 | 142 | 103 |
| Binary | 1010111 | 1101001 | 11111101 | 1000010 | 111010 | 0 | 1 | 11101001 | 1100010 | 1000011 |
Color Harmonies of #5769FD
Complementary color
Monochromatic Colors of #5769FD
Black with #5769FD
Text Example
Text Example
White with #5769FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769FD; }
p { color: rgb(87,105,253); }
H1.HeaderClassName
{
color: #5769FD;
}
.AnyTagClassName
{
color: #5769FD;
}
</style>
background-color css
<style>
a { background-color: #5769FD; }
a { background-color: rgb(87,105,253); }
div.DivClassName
{
background-color: #5769FD;
}
.BgClassName
{
background-color: #5769FD;
}
</style>
border-color css
<style>
span { border-color: #5769FD; }
span { border-color: rgb(87,105,253); }
td.TdClassName
{
border-color: #5769FD;
}
.TagClassName
{
border-color: #5769FD;
}
</style>