Shades of Neon Blue #5369FC
Tints of Neon Blue #5369FC
RGB
CMYK
RGB Variations
Color information
#5369FC (or 0x5369FC) is known color: Neon Blue. HEX triplet: 53, 69 and FC. RGB value is (83,105,252). Sum of RGB (Red+Green+Blue) = 83+105+252=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #5369FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5369FC is #AC9603. Grayscale: #727272. Windows color (decimal): -11310596 or 16542035. OLE color: 16542035.
HSL color Cylindrical-coordinate representation of color #5369FC: hue angle of 232.19º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5369FC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 105 | 252 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.01 |
| HSL | 232.19º | 0.97% | 0.66% | - |
| HSV(B) | 232.19º | 0.67% | 0.99% | - |
| XYZ | 26.19 | 18.97 | 94.38 | - |
| YUV | 115.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 252 | 0.67 | 0.58 | 0 | 0.01 | 232.19 | 0.97 | 0.66 |
| Hex | 53 | 69 | FC | 43 | 3A | 0 | 1 | E8 | 61 | 42 |
| Octal | 123 | 151 | 374 | 103 | 72 | 0 | 1 | 350 | 141 | 102 |
| Binary | 1010011 | 1101001 | 11111100 | 1000011 | 111010 | 0 | 1 | 11101000 | 1100001 | 1000010 |
Color Harmonies of #5369FC
Complementary color
Monochromatic Colors of #5369FC
Black with #5369FC
Text Example
Text Example
White with #5369FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369FC; }
p { color: rgb(83,105,252); }
H1.HeaderClassName
{
color: #5369FC;
}
.AnyTagClassName
{
color: #5369FC;
}
</style>
background-color css
<style>
a { background-color: #5369FC; }
a { background-color: rgb(83,105,252); }
div.DivClassName
{
background-color: #5369FC;
}
.BgClassName
{
background-color: #5369FC;
}
</style>
border-color css
<style>
span { border-color: #5369FC; }
span { border-color: rgb(83,105,252); }
td.TdClassName
{
border-color: #5369FC;
}
.TagClassName
{
border-color: #5369FC;
}
</style>