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