Shades of Neon Blue #5338FA
Tints of Neon Blue #5338FA
RGB
CMYK
RGB Variations
Color information
#5338FA (or 0x5338FA) is known color: Neon Blue. HEX triplet: 53, 38 and FA. RGB value is (83,56,250). Sum of RGB (Red+Green+Blue) = 83+56+250=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #5338FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5338FA is #ACC705. Grayscale: #555555. Windows color (decimal): -11323142 or 16398419. OLE color: 16398419.
HSL color Cylindrical-coordinate representation of color #5338FA: hue angle of 248.35º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5338FA is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 56 | 250 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.02 |
| HSL | 248.35º | 0.95% | 0.6% | - |
| HSV(B) | 248.35º | 0.78% | 0.98% | - |
| XYZ | 22.24 | 11.57 | 91.5 | - |
| YUV | 86.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 250 | 0.67 | 0.78 | 0 | 0.02 | 248.35 | 0.95 | 0.6 |
| Hex | 53 | 38 | FA | 43 | 4E | 0 | 2 | F8 | 5F | 3C |
| Octal | 123 | 70 | 372 | 103 | 116 | 0 | 2 | 370 | 137 | 74 |
| Binary | 1010011 | 111000 | 11111010 | 1000011 | 1001110 | 0 | 10 | 11111000 | 1011111 | 111100 |
Color Harmonies of #5338FA
Complementary color
Monochromatic Colors of #5338FA
Black with #5338FA
Text Example
Text Example
White with #5338FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5338FA; }
p { color: rgb(83,56,250); }
H1.HeaderClassName
{
color: #5338FA;
}
.AnyTagClassName
{
color: #5338FA;
}
</style>
background-color css
<style>
a { background-color: #5338FA; }
a { background-color: rgb(83,56,250); }
div.DivClassName
{
background-color: #5338FA;
}
.BgClassName
{
background-color: #5338FA;
}
</style>
border-color css
<style>
span { border-color: #5338FA; }
span { border-color: rgb(83,56,250); }
td.TdClassName
{
border-color: #5338FA;
}
.TagClassName
{
border-color: #5338FA;
}
</style>