Shades of Neon Blue #5665FB
Tints of Neon Blue #5665FB
RGB
CMYK
RGB Variations
Color information
#5665FB (or 0x5665FB) is known color: Neon Blue. HEX triplet: 56, 65 and FB. RGB value is (86,101,251). Sum of RGB (Red+Green+Blue) = 86+101+251=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #5665FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5665FB is #A99A04. Grayscale: #717171. Windows color (decimal): -11115013 or 16475478. OLE color: 16475478.
HSL color Cylindrical-coordinate representation of color #5665FB: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5665FB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 101 | 251 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.02 |
| HSL | 234.55º | 0.95% | 0.66% | - |
| HSV(B) | 234.55º | 0.66% | 0.98% | - |
| XYZ | 25.9 | 18.25 | 93.42 | - |
| YUV | 113.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 251 | 0.66 | 0.60 | 0 | 0.02 | 234.55 | 0.95 | 0.66 |
| Hex | 56 | 65 | FB | 42 | 3C | 0 | 2 | EB | 5F | 42 |
| Octal | 126 | 145 | 373 | 102 | 74 | 0 | 2 | 353 | 137 | 102 |
| Binary | 1010110 | 1100101 | 11111011 | 1000010 | 111100 | 0 | 10 | 11101011 | 1011111 | 1000010 |
Color Harmonies of #5665FB
Complementary color
Monochromatic Colors of #5665FB
Black with #5665FB
Text Example
Text Example
White with #5665FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5665FB; }
p { color: rgb(86,101,251); }
H1.HeaderClassName
{
color: #5665FB;
}
.AnyTagClassName
{
color: #5665FB;
}
</style>
background-color css
<style>
a { background-color: #5665FB; }
a { background-color: rgb(86,101,251); }
div.DivClassName
{
background-color: #5665FB;
}
.BgClassName
{
background-color: #5665FB;
}
</style>
border-color css
<style>
span { border-color: #5665FB; }
span { border-color: rgb(86,101,251); }
td.TdClassName
{
border-color: #5665FB;
}
.TagClassName
{
border-color: #5665FB;
}
</style>