Shades of Neon Blue #4648FF
Tints of Neon Blue #4648FF
RGB
CMYK
RGB Variations
Color information
#4648FF (or 0x4648FF) is known color: Neon Blue. HEX triplet: 46, 48 and FF. RGB value is (70,72,255). Sum of RGB (Red+Green+Blue) = 70+72+255=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #4648FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4648FF is #B9B700. Grayscale: #5B5B5B. Windows color (decimal): -12171009 or 16730182. OLE color: 16730182.
HSL color Cylindrical-coordinate representation of color #4648FF: hue angle of 239.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4648FF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 72 | 255 | - |
| CMYK | 0.73 | 0.72 | 0 | 0 |
| HSL | 239.35º | 1% | 0.64% | - |
| HSV(B) | 239.35º | 0.73% | 1% | - |
| XYZ | 22.89 | 13.16 | 95.94 | - |
| YUV | 92.26 | 219.84 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 255 | 0.73 | 0.72 | 0 | 0 | 239.35 | 1 | 0.64 |
| Hex | 46 | 48 | FF | 49 | 48 | 0 | 0 | EF | 64 | 40 |
| Octal | 106 | 110 | 377 | 111 | 110 | 0 | 0 | 357 | 144 | 100 |
| Binary | 1000110 | 1001000 | 11111111 | 1001001 | 1001000 | 0 | 0 | 11101111 | 1100100 | 1000000 |
Color Harmonies of #4648FF
Complementary color
Monochromatic Colors of #4648FF
Black with #4648FF
Text Example
Text Example
White with #4648FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4648FF; }
p { color: rgb(70,72,255); }
H1.HeaderClassName
{
color: #4648FF;
}
.AnyTagClassName
{
color: #4648FF;
}
</style>
background-color css
<style>
a { background-color: #4648FF; }
a { background-color: rgb(70,72,255); }
div.DivClassName
{
background-color: #4648FF;
}
.BgClassName
{
background-color: #4648FF;
}
</style>
border-color css
<style>
span { border-color: #4648FF; }
span { border-color: rgb(70,72,255); }
td.TdClassName
{
border-color: #4648FF;
}
.TagClassName
{
border-color: #4648FF;
}
</style>