Shades of Neon Blue #5367FD
Tints of Neon Blue #5367FD
RGB
CMYK
RGB Variations
Color information
#5367FD (or 0x5367FD) is known color: Neon Blue. HEX triplet: 53, 67 and FD. RGB value is (83,103,253). Sum of RGB (Red+Green+Blue) = 83+103+253=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #5367FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367FD is #AC9802. Grayscale: #717171. Windows color (decimal): -11311107 or 16607059. OLE color: 16607059.
HSL color Cylindrical-coordinate representation of color #5367FD: hue angle of 232.94º 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 #5367FD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 103 | 253 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.01 |
| HSL | 232.94º | 0.98% | 0.66% | - |
| HSV(B) | 232.94º | 0.67% | 0.99% | - |
| XYZ | 26.15 | 18.63 | 95.15 | - |
| YUV | 114.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 253 | 0.67 | 0.59 | 0 | 0.01 | 232.94 | 0.98 | 0.66 |
| Hex | 53 | 67 | FD | 43 | 3B | 0 | 1 | E9 | 62 | 42 |
| Octal | 123 | 147 | 375 | 103 | 73 | 0 | 1 | 351 | 142 | 102 |
| Binary | 1010011 | 1100111 | 11111101 | 1000011 | 111011 | 0 | 1 | 11101001 | 1100010 | 1000010 |
Color Harmonies of #5367FD
Complementary color
Monochromatic Colors of #5367FD
Black with #5367FD
Text Example
Text Example
White with #5367FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367FD; }
p { color: rgb(83,103,253); }
H1.HeaderClassName
{
color: #5367FD;
}
.AnyTagClassName
{
color: #5367FD;
}
</style>
background-color css
<style>
a { background-color: #5367FD; }
a { background-color: rgb(83,103,253); }
div.DivClassName
{
background-color: #5367FD;
}
.BgClassName
{
background-color: #5367FD;
}
</style>
border-color css
<style>
span { border-color: #5367FD; }
span { border-color: rgb(83,103,253); }
td.TdClassName
{
border-color: #5367FD;
}
.TagClassName
{
border-color: #5367FD;
}
</style>