Shades of Neon Blue #5767FA
Tints of Neon Blue #5767FA
RGB
CMYK
RGB Variations
Color information
#5767FA (or 0x5767FA) is known color: Neon Blue. HEX triplet: 57, 67 and FA. RGB value is (87,103,250). Sum of RGB (Red+Green+Blue) = 87+103+250=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5767FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5767FA is #A89805. Grayscale: #727272. Windows color (decimal): -11048966 or 16410455. OLE color: 16410455.
HSL color Cylindrical-coordinate representation of color #5767FA: hue angle of 234.11º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5767FA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 103 | 250 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.02 |
| HSL | 234.11º | 0.94% | 0.66% | - |
| HSV(B) | 234.11º | 0.65% | 0.98% | - |
| XYZ | 26.04 | 18.63 | 92.67 | - |
| YUV | 114.97 | 204.2 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 250 | 0.65 | 0.59 | 0 | 0.02 | 234.11 | 0.94 | 0.66 |
| Hex | 57 | 67 | FA | 41 | 3B | 0 | 2 | EA | 5E | 42 |
| Octal | 127 | 147 | 372 | 101 | 73 | 0 | 2 | 352 | 136 | 102 |
| Binary | 1010111 | 1100111 | 11111010 | 1000001 | 111011 | 0 | 10 | 11101010 | 1011110 | 1000010 |
Color Harmonies of #5767FA
Complementary color
Monochromatic Colors of #5767FA
Black with #5767FA
Text Example
Text Example
White with #5767FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5767FA; }
p { color: rgb(87,103,250); }
H1.HeaderClassName
{
color: #5767FA;
}
.AnyTagClassName
{
color: #5767FA;
}
</style>
background-color css
<style>
a { background-color: #5767FA; }
a { background-color: rgb(87,103,250); }
div.DivClassName
{
background-color: #5767FA;
}
.BgClassName
{
background-color: #5767FA;
}
</style>
border-color css
<style>
span { border-color: #5767FA; }
span { border-color: rgb(87,103,250); }
td.TdClassName
{
border-color: #5767FA;
}
.TagClassName
{
border-color: #5767FA;
}
</style>