Shades of Neon Blue #5D4FEE
Tints of Neon Blue #5D4FEE
RGB
CMYK
RGB Variations
Color information
#5D4FEE (or 0x5D4FEE) is known color: Neon Blue. HEX triplet: 5D, 4F and EE. RGB value is (93,79,238). Sum of RGB (Red+Green+Blue) = 93+79+238=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D4FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4FEE is #A2B011. Grayscale: #646464. Windows color (decimal): -10661906 or 15617885. OLE color: 15617885.
HSL color Cylindrical-coordinate representation of color #5D4FEE: hue angle of 245.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D4FEE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 79 | 238 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.07 |
| HSL | 245.28º | 0.82% | 0.62% | - |
| HSV(B) | 245.28º | 0.67% | 0.93% | - |
| XYZ | 22.74 | 14.09 | 82.41 | - |
| YUV | 101.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 238 | 0.61 | 0.67 | 0 | 0.07 | 245.28 | 0.82 | 0.62 |
| Hex | 5D | 4F | EE | 3D | 43 | 0 | 7 | F5 | 52 | 3E |
| Octal | 135 | 117 | 356 | 75 | 103 | 0 | 7 | 365 | 122 | 76 |
| Binary | 1011101 | 1001111 | 11101110 | 111101 | 1000011 | 0 | 111 | 11110101 | 1010010 | 111110 |
Color Harmonies of #5D4FEE
Complementary color
Monochromatic Colors of #5D4FEE
Black with #5D4FEE
Text Example
Text Example
White with #5D4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FEE; }
p { color: rgb(93,79,238); }
H1.HeaderClassName
{
color: #5D4FEE;
}
.AnyTagClassName
{
color: #5D4FEE;
}
</style>
background-color css
<style>
a { background-color: #5D4FEE; }
a { background-color: rgb(93,79,238); }
div.DivClassName
{
background-color: #5D4FEE;
}
.BgClassName
{
background-color: #5D4FEE;
}
</style>
border-color css
<style>
span { border-color: #5D4FEE; }
span { border-color: rgb(93,79,238); }
td.TdClassName
{
border-color: #5D4FEE;
}
.TagClassName
{
border-color: #5D4FEE;
}
</style>