Shades of Neon Blue #4A55FD
Tints of Neon Blue #4A55FD
RGB
CMYK
RGB Variations
Color information
#4A55FD (or 0x4A55FD) is known color: Neon Blue. HEX triplet: 4A, 55 and FD. RGB value is (74,85,253). Sum of RGB (Red+Green+Blue) = 74+85+253=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A55FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A55FD is #B5AA02. Grayscale: #646464. Windows color (decimal): -11905539 or 16602442. OLE color: 16602442.
HSL color Cylindrical-coordinate representation of color #4A55FD: hue angle of 236.31º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A55FD is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 85 | 253 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.01 |
| HSL | 236.31º | 0.98% | 0.64% | - |
| HSV(B) | 236.31º | 0.71% | 0.99% | - |
| XYZ | 23.8 | 15.04 | 94.58 | - |
| YUV | 100.86 | 213.86 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 253 | 0.71 | 0.66 | 0 | 0.01 | 236.31 | 0.98 | 0.64 |
| Hex | 4A | 55 | FD | 47 | 42 | 0 | 1 | EC | 62 | 40 |
| Octal | 112 | 125 | 375 | 107 | 102 | 0 | 1 | 354 | 142 | 100 |
| Binary | 1001010 | 1010101 | 11111101 | 1000111 | 1000010 | 0 | 1 | 11101100 | 1100010 | 1000000 |
Color Harmonies of #4A55FD
Complementary color
Monochromatic Colors of #4A55FD
Black with #4A55FD
Text Example
Text Example
White with #4A55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A55FD; }
p { color: rgb(74,85,253); }
H1.HeaderClassName
{
color: #4A55FD;
}
.AnyTagClassName
{
color: #4A55FD;
}
</style>
background-color css
<style>
a { background-color: #4A55FD; }
a { background-color: rgb(74,85,253); }
div.DivClassName
{
background-color: #4A55FD;
}
.BgClassName
{
background-color: #4A55FD;
}
</style>
border-color css
<style>
span { border-color: #4A55FD; }
span { border-color: rgb(74,85,253); }
td.TdClassName
{
border-color: #4A55FD;
}
.TagClassName
{
border-color: #4A55FD;
}
</style>