Shades of Neon Blue #4844FD
Tints of Neon Blue #4844FD
RGB
CMYK
RGB Variations
Color information
#4844FD (or 0x4844FD) is known color: Neon Blue. HEX triplet: 48, 44 and FD. RGB value is (72,68,253). Sum of RGB (Red+Green+Blue) = 72+68+253=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #4844FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844FD is #B7BB02. Grayscale: #595959. Windows color (decimal): -12040963 or 16598088. OLE color: 16598088.
HSL color Cylindrical-coordinate representation of color #4844FD: hue angle of 241.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4844FD is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 68 | 253 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.01 |
| HSL | 241.3º | 0.98% | 0.63% | - |
| HSV(B) | 241.3º | 0.73% | 0.99% | - |
| XYZ | 22.47 | 12.6 | 94.18 | - |
| YUV | 90.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 253 | 0.72 | 0.73 | 0 | 0.01 | 241.3 | 0.98 | 0.63 |
| Hex | 48 | 44 | FD | 48 | 49 | 0 | 1 | F1 | 62 | 3F |
| Octal | 110 | 104 | 375 | 110 | 111 | 0 | 1 | 361 | 142 | 77 |
| Binary | 1001000 | 1000100 | 11111101 | 1001000 | 1001001 | 0 | 1 | 11110001 | 1100010 | 111111 |
Color Harmonies of #4844FD
Complementary color
Monochromatic Colors of #4844FD
Black with #4844FD
Text Example
Text Example
White with #4844FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4844FD; }
p { color: rgb(72,68,253); }
H1.HeaderClassName
{
color: #4844FD;
}
.AnyTagClassName
{
color: #4844FD;
}
</style>
background-color css
<style>
a { background-color: #4844FD; }
a { background-color: rgb(72,68,253); }
div.DivClassName
{
background-color: #4844FD;
}
.BgClassName
{
background-color: #4844FD;
}
</style>
border-color css
<style>
span { border-color: #4844FD; }
span { border-color: rgb(72,68,253); }
td.TdClassName
{
border-color: #4844FD;
}
.TagClassName
{
border-color: #4844FD;
}
</style>