Shades of Neon Blue #5355F1
Tints of Neon Blue #5355F1
RGB
CMYK
RGB Variations
Color information
#5355F1 (or 0x5355F1) is known color: Neon Blue. HEX triplet: 53, 55 and F1. RGB value is (83,85,241). Sum of RGB (Red+Green+Blue) = 83+85+241=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #5355F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355F1 is #ACAA0E. Grayscale: #656565. Windows color (decimal): -11315727 or 15816019. OLE color: 15816019.
HSL color Cylindrical-coordinate representation of color #5355F1: hue angle of 239.24º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5355F1 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 85 | 241 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.05 |
| HSL | 239.24º | 0.85% | 0.64% | - |
| HSV(B) | 239.24º | 0.66% | 0.95% | - |
| XYZ | 22.69 | 14.69 | 84.86 | - |
| YUV | 102.19 | 206.34 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 241 | 0.66 | 0.65 | 0 | 0.05 | 239.24 | 0.85 | 0.64 |
| Hex | 53 | 55 | F1 | 42 | 41 | 0 | 5 | EF | 55 | 40 |
| Octal | 123 | 125 | 361 | 102 | 101 | 0 | 5 | 357 | 125 | 100 |
| Binary | 1010011 | 1010101 | 11110001 | 1000010 | 1000001 | 0 | 101 | 11101111 | 1010101 | 1000000 |
Color Harmonies of #5355F1
Complementary color
Monochromatic Colors of #5355F1
Black with #5355F1
Text Example
Text Example
White with #5355F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355F1; }
p { color: rgb(83,85,241); }
H1.HeaderClassName
{
color: #5355F1;
}
.AnyTagClassName
{
color: #5355F1;
}
</style>
background-color css
<style>
a { background-color: #5355F1; }
a { background-color: rgb(83,85,241); }
div.DivClassName
{
background-color: #5355F1;
}
.BgClassName
{
background-color: #5355F1;
}
</style>
border-color css
<style>
span { border-color: #5355F1; }
span { border-color: rgb(83,85,241); }
td.TdClassName
{
border-color: #5355F1;
}
.TagClassName
{
border-color: #5355F1;
}
</style>