Shades of Neon Blue #4748FF
Tints of Neon Blue #4748FF
RGB
CMYK
RGB Variations
Color information
#4748FF (or 0x4748FF) is known color: Neon Blue. HEX triplet: 47, 48 and FF. RGB value is (71,72,255). Sum of RGB (Red+Green+Blue) = 71+72+255=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #4748FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748FF is #B8B700. Grayscale: #5B5B5B. Windows color (decimal): -12105473 or 16730183. OLE color: 16730183.
HSL color Cylindrical-coordinate representation of color #4748FF: hue angle of 239.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4748FF is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 72 | 255 | - |
| CMYK | 0.72 | 0.72 | 0 | 0 |
| HSL | 239.67º | 1% | 0.64% | - |
| HSV(B) | 239.67º | 0.72% | 1% | - |
| XYZ | 22.97 | 13.19 | 95.94 | - |
| YUV | 92.56 | 219.67 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 255 | 0.72 | 0.72 | 0 | 0 | 239.67 | 1 | 0.64 |
| Hex | 47 | 48 | FF | 48 | 48 | 0 | 0 | F0 | 64 | 40 |
| Octal | 107 | 110 | 377 | 110 | 110 | 0 | 0 | 360 | 144 | 100 |
| Binary | 1000111 | 1001000 | 11111111 | 1001000 | 1001000 | 0 | 0 | 11110000 | 1100100 | 1000000 |
Color Harmonies of #4748FF
Complementary color
Monochromatic Colors of #4748FF
Black with #4748FF
Text Example
Text Example
White with #4748FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4748FF; }
p { color: rgb(71,72,255); }
H1.HeaderClassName
{
color: #4748FF;
}
.AnyTagClassName
{
color: #4748FF;
}
</style>
background-color css
<style>
a { background-color: #4748FF; }
a { background-color: rgb(71,72,255); }
div.DivClassName
{
background-color: #4748FF;
}
.BgClassName
{
background-color: #4748FF;
}
</style>
border-color css
<style>
span { border-color: #4748FF; }
span { border-color: rgb(71,72,255); }
td.TdClassName
{
border-color: #4748FF;
}
.TagClassName
{
border-color: #4748FF;
}
</style>