Shades of Neon Blue #5350FF
Tints of Neon Blue #5350FF
RGB
CMYK
RGB Variations
Color information
#5350FF (or 0x5350FF) is known color: Neon Blue. HEX triplet: 53, 50 and FF. RGB value is (83,80,255). Sum of RGB (Red+Green+Blue) = 83+80+255=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #5350FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350FF is #ACAF00. Grayscale: #646464. Windows color (decimal): -11316993 or 16732243. OLE color: 16732243.
HSL color Cylindrical-coordinate representation of color #5350FF: hue angle of 241.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5350FF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 80 | 255 | - |
| CMYK | 0.67 | 0.69 | 0 | 0 |
| HSL | 241.03º | 1% | 0.66% | - |
| HSV(B) | 241.03º | 0.69% | 1% | - |
| XYZ | 24.49 | 14.8 | 96.17 | - |
| YUV | 100.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 255 | 0.67 | 0.69 | 0 | 0 | 241.03 | 1 | 0.66 |
| Hex | 53 | 50 | FF | 43 | 45 | 0 | 0 | F1 | 64 | 42 |
| Octal | 123 | 120 | 377 | 103 | 105 | 0 | 0 | 361 | 144 | 102 |
| Binary | 1010011 | 1010000 | 11111111 | 1000011 | 1000101 | 0 | 0 | 11110001 | 1100100 | 1000010 |
Color Harmonies of #5350FF
Complementary color
Monochromatic Colors of #5350FF
Black with #5350FF
Text Example
Text Example
White with #5350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350FF; }
p { color: rgb(83,80,255); }
H1.HeaderClassName
{
color: #5350FF;
}
.AnyTagClassName
{
color: #5350FF;
}
</style>
background-color css
<style>
a { background-color: #5350FF; }
a { background-color: rgb(83,80,255); }
div.DivClassName
{
background-color: #5350FF;
}
.BgClassName
{
background-color: #5350FF;
}
</style>
border-color css
<style>
span { border-color: #5350FF; }
span { border-color: rgb(83,80,255); }
td.TdClassName
{
border-color: #5350FF;
}
.TagClassName
{
border-color: #5350FF;
}
</style>