Shades of Neon Blue #5767FE
Tints of Neon Blue #5767FE
RGB
CMYK
RGB Variations
Color information
#5767FE (or 0x5767FE) is known color: Neon Blue. HEX triplet: 57, 67 and FE. RGB value is (87,103,254). Sum of RGB (Red+Green+Blue) = 87+103+254=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #5767FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5767FE is #A89801. Grayscale: #727272. Windows color (decimal): -11048962 or 16672599. OLE color: 16672599.
HSL color Cylindrical-coordinate representation of color #5767FE: hue angle of 234.25º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5767FE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 103 | 254 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.00 |
| HSL | 234.25º | 0.99% | 0.67% | - |
| HSV(B) | 234.25º | 0.66% | 1% | - |
| XYZ | 26.67 | 18.88 | 96 | - |
| YUV | 115.43 | 206.2 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 254 | 0.66 | 0.59 | 0 | 0.00 | 234.25 | 0.99 | 0.67 |
| Hex | 57 | 67 | FE | 42 | 3B | 0 | 0 | EA | 63 | 43 |
| Octal | 127 | 147 | 376 | 102 | 73 | 0 | 0 | 352 | 143 | 103 |
| Binary | 1010111 | 1100111 | 11111110 | 1000010 | 111011 | 0 | 0 | 11101010 | 1100011 | 1000011 |
Color Harmonies of #5767FE
Complementary color
Monochromatic Colors of #5767FE
Black with #5767FE
Text Example
Text Example
White with #5767FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5767FE; }
p { color: rgb(87,103,254); }
H1.HeaderClassName
{
color: #5767FE;
}
.AnyTagClassName
{
color: #5767FE;
}
</style>
background-color css
<style>
a { background-color: #5767FE; }
a { background-color: rgb(87,103,254); }
div.DivClassName
{
background-color: #5767FE;
}
.BgClassName
{
background-color: #5767FE;
}
</style>
border-color css
<style>
span { border-color: #5767FE; }
span { border-color: rgb(87,103,254); }
td.TdClassName
{
border-color: #5767FE;
}
.TagClassName
{
border-color: #5767FE;
}
</style>