Shades of Neon Blue #5348FC
Tints of Neon Blue #5348FC
RGB
CMYK
RGB Variations
Color information
#5348FC (or 0x5348FC) is known color: Neon Blue. HEX triplet: 53, 48 and FC. RGB value is (83,72,252). Sum of RGB (Red+Green+Blue) = 83+72+252=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #5348FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348FC is #ACB703. Grayscale: #5F5F5F. Windows color (decimal): -11319044 or 16533587. OLE color: 16533587.
HSL color Cylindrical-coordinate representation of color #5348FC: hue angle of 243.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5348FC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 72 | 252 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.01 |
| HSL | 243.67º | 0.97% | 0.64% | - |
| HSV(B) | 243.67º | 0.71% | 0.99% | - |
| XYZ | 23.46 | 13.5 | 93.47 | - |
| YUV | 95.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 252 | 0.67 | 0.71 | 0 | 0.01 | 243.67 | 0.97 | 0.64 |
| Hex | 53 | 48 | FC | 43 | 47 | 0 | 1 | F4 | 61 | 40 |
| Octal | 123 | 110 | 374 | 103 | 107 | 0 | 1 | 364 | 141 | 100 |
| Binary | 1010011 | 1001000 | 11111100 | 1000011 | 1000111 | 0 | 1 | 11110100 | 1100001 | 1000000 |
Color Harmonies of #5348FC
Complementary color
Monochromatic Colors of #5348FC
Black with #5348FC
Text Example
Text Example
White with #5348FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348FC; }
p { color: rgb(83,72,252); }
H1.HeaderClassName
{
color: #5348FC;
}
.AnyTagClassName
{
color: #5348FC;
}
</style>
background-color css
<style>
a { background-color: #5348FC; }
a { background-color: rgb(83,72,252); }
div.DivClassName
{
background-color: #5348FC;
}
.BgClassName
{
background-color: #5348FC;
}
</style>
border-color css
<style>
span { border-color: #5348FC; }
span { border-color: rgb(83,72,252); }
td.TdClassName
{
border-color: #5348FC;
}
.TagClassName
{
border-color: #5348FC;
}
</style>