Shades of Neon Blue #5A3DF3
Tints of Neon Blue #5A3DF3
RGB
CMYK
RGB Variations
Color information
#5A3DF3 (or 0x5A3DF3) is known color: Neon Blue. HEX triplet: 5A, 3D and F3. RGB value is (90,61,243). Sum of RGB (Red+Green+Blue) = 90+61+243=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A3DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A3DF3 is #A5C20C. Grayscale: #595959. Windows color (decimal): -10863117 or 15940954. OLE color: 15940954.
HSL color Cylindrical-coordinate representation of color #5A3DF3: hue angle of 249.56º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A3DF3 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 61 | 243 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.05 |
| HSL | 249.56º | 0.88% | 0.6% | - |
| HSV(B) | 249.56º | 0.75% | 0.95% | - |
| XYZ | 22.06 | 11.98 | 85.94 | - |
| YUV | 90.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 243 | 0.63 | 0.75 | 0 | 0.05 | 249.56 | 0.88 | 0.6 |
| Hex | 5A | 3D | F3 | 3F | 4B | 0 | 5 | FA | 58 | 3C |
| Octal | 132 | 75 | 363 | 77 | 113 | 0 | 5 | 372 | 130 | 74 |
| Binary | 1011010 | 111101 | 11110011 | 111111 | 1001011 | 0 | 101 | 11111010 | 1011000 | 111100 |
Color Harmonies of #5A3DF3
Complementary color
Monochromatic Colors of #5A3DF3
Black with #5A3DF3
Text Example
Text Example
White with #5A3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3DF3; }
p { color: rgb(90,61,243); }
H1.HeaderClassName
{
color: #5A3DF3;
}
.AnyTagClassName
{
color: #5A3DF3;
}
</style>
background-color css
<style>
a { background-color: #5A3DF3; }
a { background-color: rgb(90,61,243); }
div.DivClassName
{
background-color: #5A3DF3;
}
.BgClassName
{
background-color: #5A3DF3;
}
</style>
border-color css
<style>
span { border-color: #5A3DF3; }
span { border-color: rgb(90,61,243); }
td.TdClassName
{
border-color: #5A3DF3;
}
.TagClassName
{
border-color: #5A3DF3;
}
</style>