Shades of Neon Blue #4633F5
Tints of Neon Blue #4633F5
RGB
CMYK
RGB Variations
Color information
#4633F5 (or 0x4633F5) is known color: Neon Blue. HEX triplet: 46, 33 and F5. RGB value is (70,51,245). Sum of RGB (Red+Green+Blue) = 70+51+245=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 245 (96.09% from 255 or 66.94% from 366); Max value from RGB is 245 - color contains mainly: blue. Hex color #4633F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4633F5 is #B9CC0A. Grayscale: #4E4E4E. Windows color (decimal): -12176395 or 16069446. OLE color: 16069446.
HSL color Cylindrical-coordinate representation of color #4633F5: hue angle of 245.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4633F5 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 51 | 245 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.04 |
| HSL | 245.88º | 0.91% | 0.58% | - |
| HSV(B) | 245.88º | 0.79% | 0.96% | - |
| XYZ | 20.19 | 10.26 | 87.3 | - |
| YUV | 78.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 245 | 0.71 | 0.79 | 0 | 0.04 | 245.88 | 0.91 | 0.58 |
| Hex | 46 | 33 | F5 | 47 | 4F | 0 | 4 | F6 | 5B | 3A |
| Octal | 106 | 63 | 365 | 107 | 117 | 0 | 4 | 366 | 133 | 72 |
| Binary | 1000110 | 110011 | 11110101 | 1000111 | 1001111 | 0 | 100 | 11110110 | 1011011 | 111010 |
Color Harmonies of #4633F5
Complementary color
Monochromatic Colors of #4633F5
Black with #4633F5
Text Example
Text Example
White with #4633F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4633F5; }
p { color: rgb(70,51,245); }
H1.HeaderClassName
{
color: #4633F5;
}
.AnyTagClassName
{
color: #4633F5;
}
</style>
background-color css
<style>
a { background-color: #4633F5; }
a { background-color: rgb(70,51,245); }
div.DivClassName
{
background-color: #4633F5;
}
.BgClassName
{
background-color: #4633F5;
}
</style>
border-color css
<style>
span { border-color: #4633F5; }
span { border-color: rgb(70,51,245); }
td.TdClassName
{
border-color: #4633F5;
}
.TagClassName
{
border-color: #4633F5;
}
</style>