Shades of Neon Blue #5D5FEA
Tints of Neon Blue #5D5FEA
RGB
CMYK
RGB Variations
Color information
#5D5FEA (or 0x5D5FEA) is known color: Neon Blue. HEX triplet: 5D, 5F and EA. RGB value is (93,95,234). Sum of RGB (Red+Green+Blue) = 93+95+234=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FEA is #A2A015. Grayscale: #6D6D6D. Windows color (decimal): -10657814 or 15359837. OLE color: 15359837.
HSL color Cylindrical-coordinate representation of color #5D5FEA: hue angle of 239.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D5FEA is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 95 | 234 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.08 |
| HSL | 239.15º | 0.77% | 0.64% | - |
| HSV(B) | 239.15º | 0.6% | 0.92% | - |
| XYZ | 23.46 | 16.45 | 79.78 | - |
| YUV | 110.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 234 | 0.60 | 0.59 | 0 | 0.08 | 239.15 | 0.77 | 0.64 |
| Hex | 5D | 5F | EA | 3C | 3B | 0 | 8 | EF | 4D | 40 |
| Octal | 135 | 137 | 352 | 74 | 73 | 0 | 10 | 357 | 115 | 100 |
| Binary | 1011101 | 1011111 | 11101010 | 111100 | 111011 | 0 | 1000 | 11101111 | 1001101 | 1000000 |
Color Harmonies of #5D5FEA
Complementary color
Monochromatic Colors of #5D5FEA
Black with #5D5FEA
Text Example
Text Example
White with #5D5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FEA; }
p { color: rgb(93,95,234); }
H1.HeaderClassName
{
color: #5D5FEA;
}
.AnyTagClassName
{
color: #5D5FEA;
}
</style>
background-color css
<style>
a { background-color: #5D5FEA; }
a { background-color: rgb(93,95,234); }
div.DivClassName
{
background-color: #5D5FEA;
}
.BgClassName
{
background-color: #5D5FEA;
}
</style>
border-color css
<style>
span { border-color: #5D5FEA; }
span { border-color: rgb(93,95,234); }
td.TdClassName
{
border-color: #5D5FEA;
}
.TagClassName
{
border-color: #5D5FEA;
}
</style>