Shades of Neon Blue #5D67FD
Tints of Neon Blue #5D67FD
RGB
CMYK
RGB Variations
Color information
#5D67FD (or 0x5D67FD) is known color: Neon Blue. HEX triplet: 5D, 67 and FD. RGB value is (93,103,253). Sum of RGB (Red+Green+Blue) = 93+103+253=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D67FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D67FD is #A29802. Grayscale: #747474. Windows color (decimal): -10655747 or 16607069. OLE color: 16607069.
HSL color Cylindrical-coordinate representation of color #5D67FD: hue angle of 236.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D67FD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 103 | 253 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.01 |
| HSL | 236.25º | 0.98% | 0.68% | - |
| HSV(B) | 236.25º | 0.63% | 0.99% | - |
| XYZ | 27.09 | 19.12 | 95.19 | - |
| YUV | 117.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 253 | 0.63 | 0.59 | 0 | 0.01 | 236.25 | 0.98 | 0.68 |
| Hex | 5D | 67 | FD | 3F | 3B | 0 | 1 | EC | 62 | 44 |
| Octal | 135 | 147 | 375 | 77 | 73 | 0 | 1 | 354 | 142 | 104 |
| Binary | 1011101 | 1100111 | 11111101 | 111111 | 111011 | 0 | 1 | 11101100 | 1100010 | 1000100 |
Color Harmonies of #5D67FD
Complementary color
Monochromatic Colors of #5D67FD
Black with #5D67FD
Text Example
Text Example
White with #5D67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D67FD; }
p { color: rgb(93,103,253); }
H1.HeaderClassName
{
color: #5D67FD;
}
.AnyTagClassName
{
color: #5D67FD;
}
</style>
background-color css
<style>
a { background-color: #5D67FD; }
a { background-color: rgb(93,103,253); }
div.DivClassName
{
background-color: #5D67FD;
}
.BgClassName
{
background-color: #5D67FD;
}
</style>
border-color css
<style>
span { border-color: #5D67FD; }
span { border-color: rgb(93,103,253); }
td.TdClassName
{
border-color: #5D67FD;
}
.TagClassName
{
border-color: #5D67FD;
}
</style>