Shades of Neon Blue #4A45FB
Tints of Neon Blue #4A45FB
RGB
CMYK
RGB Variations
Color information
#4A45FB (or 0x4A45FB) is known color: Neon Blue. HEX triplet: 4A, 45 and FB. RGB value is (74,69,251). Sum of RGB (Red+Green+Blue) = 74+69+251=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A45FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A45FB is #B5BA04. Grayscale: #5A5A5A. Windows color (decimal): -11909637 or 16467274. OLE color: 16467274.
HSL color Cylindrical-coordinate representation of color #4A45FB: hue angle of 241.65º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A45FB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 69 | 251 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.02 |
| HSL | 241.65º | 0.96% | 0.63% | - |
| HSV(B) | 241.65º | 0.73% | 0.98% | - |
| XYZ | 22.36 | 12.68 | 92.53 | - |
| YUV | 91.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 251 | 0.71 | 0.73 | 0 | 0.02 | 241.65 | 0.96 | 0.63 |
| Hex | 4A | 45 | FB | 47 | 49 | 0 | 2 | F2 | 60 | 3F |
| Octal | 112 | 105 | 373 | 107 | 111 | 0 | 2 | 362 | 140 | 77 |
| Binary | 1001010 | 1000101 | 11111011 | 1000111 | 1001001 | 0 | 10 | 11110010 | 1100000 | 111111 |
Color Harmonies of #4A45FB
Complementary color
Monochromatic Colors of #4A45FB
Black with #4A45FB
Text Example
Text Example
White with #4A45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A45FB; }
p { color: rgb(74,69,251); }
H1.HeaderClassName
{
color: #4A45FB;
}
.AnyTagClassName
{
color: #4A45FB;
}
</style>
background-color css
<style>
a { background-color: #4A45FB; }
a { background-color: rgb(74,69,251); }
div.DivClassName
{
background-color: #4A45FB;
}
.BgClassName
{
background-color: #4A45FB;
}
</style>
border-color css
<style>
span { border-color: #4A45FB; }
span { border-color: rgb(74,69,251); }
td.TdClassName
{
border-color: #4A45FB;
}
.TagClassName
{
border-color: #4A45FB;
}
</style>