Shades of Neon Blue #5D38FC
Tints of Neon Blue #5D38FC
RGB
CMYK
RGB Variations
Color information
#5D38FC (or 0x5D38FC) is known color: Neon Blue. HEX triplet: 5D, 38 and FC. RGB value is (93,56,252). Sum of RGB (Red+Green+Blue) = 93+56+252=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D38FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D38FC is #A2C703. Grayscale: #585858. Windows color (decimal): -10667780 or 16529501. OLE color: 16529501.
HSL color Cylindrical-coordinate representation of color #5D38FC: hue angle of 251.33º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D38FC is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 56 | 252 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.01 |
| HSL | 251.33º | 0.97% | 0.6% | - |
| HSV(B) | 251.33º | 0.78% | 0.99% | - |
| XYZ | 23.5 | 12.18 | 93.21 | - |
| YUV | 89.41 | 219.76 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 252 | 0.63 | 0.78 | 0 | 0.01 | 251.33 | 0.97 | 0.6 |
| Hex | 5D | 38 | FC | 3F | 4E | 0 | 1 | FB | 61 | 3C |
| Octal | 135 | 70 | 374 | 77 | 116 | 0 | 1 | 373 | 141 | 74 |
| Binary | 1011101 | 111000 | 11111100 | 111111 | 1001110 | 0 | 1 | 11111011 | 1100001 | 111100 |
Color Harmonies of #5D38FC
Complementary color
Monochromatic Colors of #5D38FC
Black with #5D38FC
Text Example
Text Example
White with #5D38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38FC; }
p { color: rgb(93,56,252); }
H1.HeaderClassName
{
color: #5D38FC;
}
.AnyTagClassName
{
color: #5D38FC;
}
</style>
background-color css
<style>
a { background-color: #5D38FC; }
a { background-color: rgb(93,56,252); }
div.DivClassName
{
background-color: #5D38FC;
}
.BgClassName
{
background-color: #5D38FC;
}
</style>
border-color css
<style>
span { border-color: #5D38FC; }
span { border-color: rgb(93,56,252); }
td.TdClassName
{
border-color: #5D38FC;
}
.TagClassName
{
border-color: #5D38FC;
}
</style>