Shades of Neon Blue #493CFA
Tints of Neon Blue #493CFA
RGB
CMYK
RGB Variations
Color information
#493CFA (or 0x493CFA) is known color: Neon Blue. HEX triplet: 49, 3C and FA. RGB value is (73,60,250). Sum of RGB (Red+Green+Blue) = 73+60+250=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #493CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CFA is #B6C305. Grayscale: #545454. Windows color (decimal): -11977478 or 16399433. OLE color: 16399433.
HSL color Cylindrical-coordinate representation of color #493CFA: hue angle of 244.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493CFA is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 60 | 250 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.02 |
| HSL | 244.11º | 0.95% | 0.61% | - |
| HSV(B) | 244.11º | 0.76% | 0.98% | - |
| XYZ | 21.62 | 11.55 | 91.53 | - |
| YUV | 85.55 | 220.81 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 250 | 0.71 | 0.76 | 0 | 0.02 | 244.11 | 0.95 | 0.61 |
| Hex | 49 | 3C | FA | 47 | 4C | 0 | 2 | F4 | 5F | 3D |
| Octal | 111 | 74 | 372 | 107 | 114 | 0 | 2 | 364 | 137 | 75 |
| Binary | 1001001 | 111100 | 11111010 | 1000111 | 1001100 | 0 | 10 | 11110100 | 1011111 | 111101 |
Color Harmonies of #493CFA
Complementary color
Monochromatic Colors of #493CFA
Black with #493CFA
Text Example
Text Example
White with #493CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CFA; }
p { color: rgb(73,60,250); }
H1.HeaderClassName
{
color: #493CFA;
}
.AnyTagClassName
{
color: #493CFA;
}
</style>
background-color css
<style>
a { background-color: #493CFA; }
a { background-color: rgb(73,60,250); }
div.DivClassName
{
background-color: #493CFA;
}
.BgClassName
{
background-color: #493CFA;
}
</style>
border-color css
<style>
span { border-color: #493CFA; }
span { border-color: rgb(73,60,250); }
td.TdClassName
{
border-color: #493CFA;
}
.TagClassName
{
border-color: #493CFA;
}
</style>