Shades of Neon Blue #4A50F3
Tints of Neon Blue #4A50F3
RGB
CMYK
RGB Variations
Color information
#4A50F3 (or 0x4A50F3) is known color: Neon Blue. HEX triplet: 4A, 50 and F3. RGB value is (74,80,243). Sum of RGB (Red+Green+Blue) = 74+80+243=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A50F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A50F3 is #B5AF0C. Grayscale: #606060. Windows color (decimal): -11906829 or 15945802. OLE color: 15945802.
HSL color Cylindrical-coordinate representation of color #4A50F3: hue angle of 237.87º 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 #4A50F3 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 80 | 243 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.05 |
| HSL | 237.87º | 0.88% | 0.62% | - |
| HSV(B) | 237.87º | 0.7% | 0.95% | - |
| XYZ | 21.87 | 13.66 | 86.28 | - |
| YUV | 96.79 | 210.51 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 243 | 0.70 | 0.67 | 0 | 0.05 | 237.87 | 0.88 | 0.62 |
| Hex | 4A | 50 | F3 | 46 | 43 | 0 | 5 | EE | 58 | 3E |
| Octal | 112 | 120 | 363 | 106 | 103 | 0 | 5 | 356 | 130 | 76 |
| Binary | 1001010 | 1010000 | 11110011 | 1000110 | 1000011 | 0 | 101 | 11101110 | 1011000 | 111110 |
Color Harmonies of #4A50F3
Complementary color
Monochromatic Colors of #4A50F3
Black with #4A50F3
Text Example
Text Example
White with #4A50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A50F3; }
p { color: rgb(74,80,243); }
H1.HeaderClassName
{
color: #4A50F3;
}
.AnyTagClassName
{
color: #4A50F3;
}
</style>
background-color css
<style>
a { background-color: #4A50F3; }
a { background-color: rgb(74,80,243); }
div.DivClassName
{
background-color: #4A50F3;
}
.BgClassName
{
background-color: #4A50F3;
}
</style>
border-color css
<style>
span { border-color: #4A50F3; }
span { border-color: rgb(74,80,243); }
td.TdClassName
{
border-color: #4A50F3;
}
.TagClassName
{
border-color: #4A50F3;
}
</style>