Shades of Neon Blue #4A5DF3
Tints of Neon Blue #4A5DF3
RGB
CMYK
RGB Variations
Color information
#4A5DF3 (or 0x4A5DF3) is known color: Neon Blue. HEX triplet: 4A, 5D and F3. RGB value is (74,93,243). Sum of RGB (Red+Green+Blue) = 74+93+243=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A5DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5DF3 is #B5A20C. Grayscale: #676767. Windows color (decimal): -11903501 or 15949130. OLE color: 15949130.
HSL color Cylindrical-coordinate representation of color #4A5DF3: hue angle of 233.25º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5DF3 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 93 | 243 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.05 |
| HSL | 233.25º | 0.88% | 0.62% | - |
| HSV(B) | 233.25º | 0.7% | 0.95% | - |
| XYZ | 22.92 | 15.76 | 86.63 | - |
| YUV | 104.42 | 206.21 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 243 | 0.70 | 0.62 | 0 | 0.05 | 233.25 | 0.88 | 0.62 |
| Hex | 4A | 5D | F3 | 46 | 3E | 0 | 5 | E9 | 58 | 3E |
| Octal | 112 | 135 | 363 | 106 | 76 | 0 | 5 | 351 | 130 | 76 |
| Binary | 1001010 | 1011101 | 11110011 | 1000110 | 111110 | 0 | 101 | 11101001 | 1011000 | 111110 |
Color Harmonies of #4A5DF3
Complementary color
Monochromatic Colors of #4A5DF3
Black with #4A5DF3
Text Example
Text Example
White with #4A5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5DF3; }
p { color: rgb(74,93,243); }
H1.HeaderClassName
{
color: #4A5DF3;
}
.AnyTagClassName
{
color: #4A5DF3;
}
</style>
background-color css
<style>
a { background-color: #4A5DF3; }
a { background-color: rgb(74,93,243); }
div.DivClassName
{
background-color: #4A5DF3;
}
.BgClassName
{
background-color: #4A5DF3;
}
</style>
border-color css
<style>
span { border-color: #4A5DF3; }
span { border-color: rgb(74,93,243); }
td.TdClassName
{
border-color: #4A5DF3;
}
.TagClassName
{
border-color: #4A5DF3;
}
</style>