Shades of Neon Blue #5D5DF3
Tints of Neon Blue #5D5DF3
RGB
CMYK
RGB Variations
Color information
#5D5DF3 (or 0x5D5DF3) is known color: Neon Blue. HEX triplet: 5D, 5D and F3. RGB value is (93,93,243). Sum of RGB (Red+Green+Blue) = 93+93+243=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #5D5DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5DF3 is #A2A20C. Grayscale: #6D6D6D. Windows color (decimal): -10658317 or 15949149. OLE color: 15949149.
HSL color Cylindrical-coordinate representation of color #5D5DF3: hue angle of 240º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D5DF3 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 93 | 243 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.05 |
| HSL | 240º | 0.86% | 0.66% | - |
| HSV(B) | 240º | 0.62% | 0.95% | - |
| XYZ | 24.61 | 16.63 | 86.71 | - |
| YUV | 110.1 | 203 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 93 | 243 | 0.62 | 0.62 | 0 | 0.05 | 240 | 0.86 | 0.66 |
| Hex | 5D | 5D | F3 | 3E | 3E | 0 | 5 | F0 | 56 | 42 |
| Octal | 135 | 135 | 363 | 76 | 76 | 0 | 5 | 360 | 126 | 102 |
| Binary | 1011101 | 1011101 | 11110011 | 111110 | 111110 | 0 | 101 | 11110000 | 1010110 | 1000010 |
Color Harmonies of #5D5DF3
Complementary color
Monochromatic Colors of #5D5DF3
Black with #5D5DF3
Text Example
Text Example
White with #5D5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5DF3; }
p { color: rgb(93,93,243); }
H1.HeaderClassName
{
color: #5D5DF3;
}
.AnyTagClassName
{
color: #5D5DF3;
}
</style>
background-color css
<style>
a { background-color: #5D5DF3; }
a { background-color: rgb(93,93,243); }
div.DivClassName
{
background-color: #5D5DF3;
}
.BgClassName
{
background-color: #5D5DF3;
}
</style>
border-color css
<style>
span { border-color: #5D5DF3; }
span { border-color: rgb(93,93,243); }
td.TdClassName
{
border-color: #5D5DF3;
}
.TagClassName
{
border-color: #5D5DF3;
}
</style>