Shades of Neon Blue #5E61FC
Tints of Neon Blue #5E61FC
RGB
CMYK
RGB Variations
Color information
#5E61FC (or 0x5E61FC) is known color: Neon Blue. HEX triplet: 5E, 61 and FC. RGB value is (94,97,252). Sum of RGB (Red+Green+Blue) = 94+97+252=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E61FC is #A19E03. Grayscale: #717171. Windows color (decimal): -10591748 or 16539998. OLE color: 16539998.
HSL color Cylindrical-coordinate representation of color #5E61FC: hue angle of 238.86º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E61FC is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 97 | 252 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.01 |
| HSL | 238.86º | 0.96% | 0.68% | - |
| HSV(B) | 238.86º | 0.63% | 0.99% | - |
| XYZ | 26.46 | 17.96 | 94.17 | - |
| YUV | 113.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 252 | 0.63 | 0.62 | 0 | 0.01 | 238.86 | 0.96 | 0.68 |
| Hex | 5E | 61 | FC | 3F | 3E | 0 | 1 | EF | 60 | 44 |
| Octal | 136 | 141 | 374 | 77 | 76 | 0 | 1 | 357 | 140 | 104 |
| Binary | 1011110 | 1100001 | 11111100 | 111111 | 111110 | 0 | 1 | 11101111 | 1100000 | 1000100 |
Color Harmonies of #5E61FC
Complementary color
Monochromatic Colors of #5E61FC
Black with #5E61FC
Text Example
Text Example
White with #5E61FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E61FC; }
p { color: rgb(94,97,252); }
H1.HeaderClassName
{
color: #5E61FC;
}
.AnyTagClassName
{
color: #5E61FC;
}
</style>
background-color css
<style>
a { background-color: #5E61FC; }
a { background-color: rgb(94,97,252); }
div.DivClassName
{
background-color: #5E61FC;
}
.BgClassName
{
background-color: #5E61FC;
}
</style>
border-color css
<style>
span { border-color: #5E61FC; }
span { border-color: rgb(94,97,252); }
td.TdClassName
{
border-color: #5E61FC;
}
.TagClassName
{
border-color: #5E61FC;
}
</style>