Shades of Neon Blue #5D38F2
Tints of Neon Blue #5D38F2
RGB
CMYK
RGB Variations
Color information
#5D38F2 (or 0x5D38F2) is known color: Neon Blue. HEX triplet: 5D, 38 and F2. RGB value is (93,56,242). Sum of RGB (Red+Green+Blue) = 93+56+242=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D38F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D38F2 is #A2C70D. Grayscale: #575757. Windows color (decimal): -10667790 or 15874141. OLE color: 15874141.
HSL color Cylindrical-coordinate representation of color #5D38F2: hue angle of 251.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D38F2 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 56 | 242 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.05 |
| HSL | 251.94º | 0.88% | 0.58% | - |
| HSV(B) | 251.94º | 0.77% | 0.95% | - |
| XYZ | 21.96 | 11.57 | 85.08 | - |
| YUV | 88.27 | 214.76 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 242 | 0.62 | 0.77 | 0 | 0.05 | 251.94 | 0.88 | 0.58 |
| Hex | 5D | 38 | F2 | 3E | 4D | 0 | 5 | FC | 58 | 3A |
| Octal | 135 | 70 | 362 | 76 | 115 | 0 | 5 | 374 | 130 | 72 |
| Binary | 1011101 | 111000 | 11110010 | 111110 | 1001101 | 0 | 101 | 11111100 | 1011000 | 111010 |
Color Harmonies of #5D38F2
Complementary color
Monochromatic Colors of #5D38F2
Black with #5D38F2
Text Example
Text Example
White with #5D38F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38F2; }
p { color: rgb(93,56,242); }
H1.HeaderClassName
{
color: #5D38F2;
}
.AnyTagClassName
{
color: #5D38F2;
}
</style>
background-color css
<style>
a { background-color: #5D38F2; }
a { background-color: rgb(93,56,242); }
div.DivClassName
{
background-color: #5D38F2;
}
.BgClassName
{
background-color: #5D38F2;
}
</style>
border-color css
<style>
span { border-color: #5D38F2; }
span { border-color: rgb(93,56,242); }
td.TdClassName
{
border-color: #5D38F2;
}
.TagClassName
{
border-color: #5D38F2;
}
</style>