Shades of Neon Blue #4B5AF5
Tints of Neon Blue #4B5AF5
RGB
CMYK
RGB Variations
Color information
#4B5AF5 (or 0x4B5AF5) is known color: Neon Blue. HEX triplet: 4B, 5A and F5. RGB value is (75,90,245). Sum of RGB (Red+Green+Blue) = 75+90+245=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #4B5AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5AF5 is #B4A50A. Grayscale: #666666. Windows color (decimal): -11838731 or 16079435. OLE color: 16079435.
HSL color Cylindrical-coordinate representation of color #4B5AF5: hue angle of 234.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B5AF5 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 90 | 245 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.04 |
| HSL | 234.71º | 0.89% | 0.63% | - |
| HSV(B) | 234.71º | 0.69% | 0.96% | - |
| XYZ | 23.04 | 15.4 | 88.14 | - |
| YUV | 103.19 | 208.03 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 245 | 0.69 | 0.63 | 0 | 0.04 | 234.71 | 0.89 | 0.63 |
| Hex | 4B | 5A | F5 | 45 | 3F | 0 | 4 | EB | 59 | 3F |
| Octal | 113 | 132 | 365 | 105 | 77 | 0 | 4 | 353 | 131 | 77 |
| Binary | 1001011 | 1011010 | 11110101 | 1000101 | 111111 | 0 | 100 | 11101011 | 1011001 | 111111 |
Color Harmonies of #4B5AF5
Complementary color
Monochromatic Colors of #4B5AF5
Black with #4B5AF5
Text Example
Text Example
White with #4B5AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5AF5; }
p { color: rgb(75,90,245); }
H1.HeaderClassName
{
color: #4B5AF5;
}
.AnyTagClassName
{
color: #4B5AF5;
}
</style>
background-color css
<style>
a { background-color: #4B5AF5; }
a { background-color: rgb(75,90,245); }
div.DivClassName
{
background-color: #4B5AF5;
}
.BgClassName
{
background-color: #4B5AF5;
}
</style>
border-color css
<style>
span { border-color: #4B5AF5; }
span { border-color: rgb(75,90,245); }
td.TdClassName
{
border-color: #4B5AF5;
}
.TagClassName
{
border-color: #4B5AF5;
}
</style>