Shades of Neon Blue #5360F3
Tints of Neon Blue #5360F3
RGB
CMYK
RGB Variations
Color information
#5360F3 (or 0x5360F3) is known color: Neon Blue. HEX triplet: 53, 60 and F3. RGB value is (83,96,243). Sum of RGB (Red+Green+Blue) = 83+96+243=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #5360F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360F3 is #AC9F0C. Grayscale: #6C6C6C. Windows color (decimal): -11312909 or 15949907. OLE color: 15949907.
HSL color Cylindrical-coordinate representation of color #5360F3: hue angle of 235.12º degrees, saturation: 0.87, 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 #5360F3 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 96 | 243 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.05 |
| HSL | 235.13º | 0.87% | 0.64% | - |
| HSV(B) | 235.13º | 0.66% | 0.95% | - |
| XYZ | 23.93 | 16.68 | 86.75 | - |
| YUV | 108.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 243 | 0.66 | 0.60 | 0 | 0.05 | 235.13 | 0.87 | 0.64 |
| Hex | 53 | 60 | F3 | 42 | 3C | 0 | 5 | EB | 57 | 40 |
| Octal | 123 | 140 | 363 | 102 | 74 | 0 | 5 | 353 | 127 | 100 |
| Binary | 1010011 | 1100000 | 11110011 | 1000010 | 111100 | 0 | 101 | 11101011 | 1010111 | 1000000 |
Color Harmonies of #5360F3
Complementary color
Monochromatic Colors of #5360F3
Black with #5360F3
Text Example
Text Example
White with #5360F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5360F3; }
p { color: rgb(83,96,243); }
H1.HeaderClassName
{
color: #5360F3;
}
.AnyTagClassName
{
color: #5360F3;
}
</style>
background-color css
<style>
a { background-color: #5360F3; }
a { background-color: rgb(83,96,243); }
div.DivClassName
{
background-color: #5360F3;
}
.BgClassName
{
background-color: #5360F3;
}
</style>
border-color css
<style>
span { border-color: #5360F3; }
span { border-color: rgb(83,96,243); }
td.TdClassName
{
border-color: #5360F3;
}
.TagClassName
{
border-color: #5360F3;
}
</style>