Shades of Neon Blue #5D41FD
Tints of Neon Blue #5D41FD
RGB
CMYK
RGB Variations
Color information
#5D41FD (or 0x5D41FD) is known color: Neon Blue. HEX triplet: 5D, 41 and FD. RGB value is (93,65,253). Sum of RGB (Red+Green+Blue) = 93+65+253=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D41FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D41FD is #A2BE02. Grayscale: #5E5E5E. Windows color (decimal): -10665475 or 16597341. OLE color: 16597341.
HSL color Cylindrical-coordinate representation of color #5D41FD: hue angle of 248.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D41FD is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 65 | 253 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.01 |
| HSL | 248.94º | 0.98% | 0.62% | - |
| HSV(B) | 248.94º | 0.74% | 0.99% | - |
| XYZ | 24.13 | 13.2 | 94.2 | - |
| YUV | 94.8 | 217.28 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 253 | 0.63 | 0.74 | 0 | 0.01 | 248.94 | 0.98 | 0.62 |
| Hex | 5D | 41 | FD | 3F | 4A | 0 | 1 | F9 | 62 | 3E |
| Octal | 135 | 101 | 375 | 77 | 112 | 0 | 1 | 371 | 142 | 76 |
| Binary | 1011101 | 1000001 | 11111101 | 111111 | 1001010 | 0 | 1 | 11111001 | 1100010 | 111110 |
Color Harmonies of #5D41FD
Complementary color
Monochromatic Colors of #5D41FD
Black with #5D41FD
Text Example
Text Example
White with #5D41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41FD; }
p { color: rgb(93,65,253); }
H1.HeaderClassName
{
color: #5D41FD;
}
.AnyTagClassName
{
color: #5D41FD;
}
</style>
background-color css
<style>
a { background-color: #5D41FD; }
a { background-color: rgb(93,65,253); }
div.DivClassName
{
background-color: #5D41FD;
}
.BgClassName
{
background-color: #5D41FD;
}
</style>
border-color css
<style>
span { border-color: #5D41FD; }
span { border-color: rgb(93,65,253); }
td.TdClassName
{
border-color: #5D41FD;
}
.TagClassName
{
border-color: #5D41FD;
}
</style>