Shades of Neon Blue #4653FF
Tints of Neon Blue #4653FF
RGB
CMYK
RGB Variations
Color information
#4653FF (or 0x4653FF) is known color: Neon Blue. HEX triplet: 46, 53 and FF. RGB value is (70,83,255). Sum of RGB (Red+Green+Blue) = 70+83+255=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4653FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4653FF is #B9AC00. Grayscale: #626262. Windows color (decimal): -12168193 or 16732998. OLE color: 16732998.
HSL color Cylindrical-coordinate representation of color #4653FF: hue angle of 235.78º 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 #4653FF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 83 | 255 | - |
| CMYK | 0.73 | 0.67 | 0 | 0 |
| HSL | 235.78º | 1% | 0.64% | - |
| HSV(B) | 235.78º | 0.73% | 1% | - |
| XYZ | 23.67 | 14.71 | 96.2 | - |
| YUV | 98.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 255 | 0.73 | 0.67 | 0 | 0 | 235.78 | 1 | 0.64 |
| Hex | 46 | 53 | FF | 49 | 43 | 0 | 0 | EC | 64 | 40 |
| Octal | 106 | 123 | 377 | 111 | 103 | 0 | 0 | 354 | 144 | 100 |
| Binary | 1000110 | 1010011 | 11111111 | 1001001 | 1000011 | 0 | 0 | 11101100 | 1100100 | 1000000 |
Color Harmonies of #4653FF
Complementary color
Monochromatic Colors of #4653FF
Black with #4653FF
Text Example
Text Example
White with #4653FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4653FF; }
p { color: rgb(70,83,255); }
H1.HeaderClassName
{
color: #4653FF;
}
.AnyTagClassName
{
color: #4653FF;
}
</style>
background-color css
<style>
a { background-color: #4653FF; }
a { background-color: rgb(70,83,255); }
div.DivClassName
{
background-color: #4653FF;
}
.BgClassName
{
background-color: #4653FF;
}
</style>
border-color css
<style>
span { border-color: #4653FF; }
span { border-color: rgb(70,83,255); }
td.TdClassName
{
border-color: #4653FF;
}
.TagClassName
{
border-color: #4653FF;
}
</style>