Shades of Neon Blue #4A67FD
Tints of Neon Blue #4A67FD
RGB
CMYK
RGB Variations
Color information
#4A67FD (or 0x4A67FD) is known color: Neon Blue. HEX triplet: 4A, 67 and FD. RGB value is (74,103,253). Sum of RGB (Red+Green+Blue) = 74+103+253=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A67FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A67FD is #B59802. Grayscale: #6E6E6E. Windows color (decimal): -11900931 or 16607050. OLE color: 16607050.
HSL color Cylindrical-coordinate representation of color #4A67FD: hue angle of 230.28º 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 #4A67FD is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 103 | 253 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.01 |
| HSL | 230.28º | 0.98% | 0.64% | - |
| HSV(B) | 230.28º | 0.71% | 0.99% | - |
| XYZ | 25.4 | 18.25 | 95.11 | - |
| YUV | 111.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 253 | 0.71 | 0.59 | 0 | 0.01 | 230.28 | 0.98 | 0.64 |
| Hex | 4A | 67 | FD | 47 | 3B | 0 | 1 | E6 | 62 | 40 |
| Octal | 112 | 147 | 375 | 107 | 73 | 0 | 1 | 346 | 142 | 100 |
| Binary | 1001010 | 1100111 | 11111101 | 1000111 | 111011 | 0 | 1 | 11100110 | 1100010 | 1000000 |
Color Harmonies of #4A67FD
Complementary color
Monochromatic Colors of #4A67FD
Black with #4A67FD
Text Example
Text Example
White with #4A67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A67FD; }
p { color: rgb(74,103,253); }
H1.HeaderClassName
{
color: #4A67FD;
}
.AnyTagClassName
{
color: #4A67FD;
}
</style>
background-color css
<style>
a { background-color: #4A67FD; }
a { background-color: rgb(74,103,253); }
div.DivClassName
{
background-color: #4A67FD;
}
.BgClassName
{
background-color: #4A67FD;
}
</style>
border-color css
<style>
span { border-color: #4A67FD; }
span { border-color: rgb(74,103,253); }
td.TdClassName
{
border-color: #4A67FD;
}
.TagClassName
{
border-color: #4A67FD;
}
</style>