Shades of Neon Blue #5369FF
Tints of Neon Blue #5369FF
RGB
CMYK
RGB Variations
Color information
#5369FF (or 0x5369FF) is known color: Neon Blue. HEX triplet: 53, 69 and FF. RGB value is (83,105,255). Sum of RGB (Red+Green+Blue) = 83+105+255=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #5369FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5369FF is #AC9600. Grayscale: #727272. Windows color (decimal): -11310593 or 16738643. OLE color: 16738643.
HSL color Cylindrical-coordinate representation of color #5369FF: hue angle of 232.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5369FF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 105 | 255 | - |
| CMYK | 0.67 | 0.59 | 0 | 0 |
| HSL | 232.33º | 1% | 0.66% | - |
| HSV(B) | 232.33º | 0.67% | 1% | - |
| XYZ | 26.67 | 19.16 | 96.9 | - |
| YUV | 115.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 255 | 0.67 | 0.59 | 0 | 0 | 232.33 | 1 | 0.66 |
| Hex | 53 | 69 | FF | 43 | 3B | 0 | 0 | E8 | 64 | 42 |
| Octal | 123 | 151 | 377 | 103 | 73 | 0 | 0 | 350 | 144 | 102 |
| Binary | 1010011 | 1101001 | 11111111 | 1000011 | 111011 | 0 | 0 | 11101000 | 1100100 | 1000010 |
Color Harmonies of #5369FF
Complementary color
Monochromatic Colors of #5369FF
Black with #5369FF
Text Example
Text Example
White with #5369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369FF; }
p { color: rgb(83,105,255); }
H1.HeaderClassName
{
color: #5369FF;
}
.AnyTagClassName
{
color: #5369FF;
}
</style>
background-color css
<style>
a { background-color: #5369FF; }
a { background-color: rgb(83,105,255); }
div.DivClassName
{
background-color: #5369FF;
}
.BgClassName
{
background-color: #5369FF;
}
</style>
border-color css
<style>
span { border-color: #5369FF; }
span { border-color: rgb(83,105,255); }
td.TdClassName
{
border-color: #5369FF;
}
.TagClassName
{
border-color: #5369FF;
}
</style>