Shades of Neon Blue #5365FD
Tints of Neon Blue #5365FD
RGB
CMYK
RGB Variations
Color information
#5365FD (or 0x5365FD) is known color: Neon Blue. HEX triplet: 53, 65 and FD. RGB value is (83,101,253). Sum of RGB (Red+Green+Blue) = 83+101+253=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #5365FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5365FD is #AC9A02. Grayscale: #707070. Windows color (decimal): -11311619 or 16606547. OLE color: 16606547.
HSL color Cylindrical-coordinate representation of color #5365FD: hue angle of 233.65º degrees, saturation: 0.98, 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 #5365FD is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 101 | 253 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.01 |
| HSL | 233.65º | 0.98% | 0.66% | - |
| HSV(B) | 233.65º | 0.67% | 0.99% | - |
| XYZ | 25.95 | 18.24 | 95.08 | - |
| YUV | 112.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 253 | 0.67 | 0.60 | 0 | 0.01 | 233.65 | 0.98 | 0.66 |
| Hex | 53 | 65 | FD | 43 | 3C | 0 | 1 | EA | 62 | 42 |
| Octal | 123 | 145 | 375 | 103 | 74 | 0 | 1 | 352 | 142 | 102 |
| Binary | 1010011 | 1100101 | 11111101 | 1000011 | 111100 | 0 | 1 | 11101010 | 1100010 | 1000010 |
Color Harmonies of #5365FD
Complementary color
Monochromatic Colors of #5365FD
Black with #5365FD
Text Example
Text Example
White with #5365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365FD; }
p { color: rgb(83,101,253); }
H1.HeaderClassName
{
color: #5365FD;
}
.AnyTagClassName
{
color: #5365FD;
}
</style>
background-color css
<style>
a { background-color: #5365FD; }
a { background-color: rgb(83,101,253); }
div.DivClassName
{
background-color: #5365FD;
}
.BgClassName
{
background-color: #5365FD;
}
</style>
border-color css
<style>
span { border-color: #5365FD; }
span { border-color: rgb(83,101,253); }
td.TdClassName
{
border-color: #5365FD;
}
.TagClassName
{
border-color: #5365FD;
}
</style>