Shades of Neon Blue #4634FF
Tints of Neon Blue #4634FF
RGB
CMYK
RGB Variations
Color information
#4634FF (or 0x4634FF) is known color: Neon Blue. HEX triplet: 46, 34 and FF. RGB value is (70,52,255). Sum of RGB (Red+Green+Blue) = 70+52+255=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #4634FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4634FF is #B9CB00. Grayscale: #4F4F4F. Windows color (decimal): -12176129 or 16725062. OLE color: 16725062.
HSL color Cylindrical-coordinate representation of color #4634FF: hue angle of 245.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4634FF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 52 | 255 | - |
| CMYK | 0.73 | 0.80 | 0 | 0 |
| HSL | 245.32º | 1% | 0.6% | - |
| HSV(B) | 245.32º | 0.8% | 1% | - |
| XYZ | 21.8 | 10.98 | 95.58 | - |
| YUV | 80.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 255 | 0.73 | 0.80 | 0 | 0 | 245.32 | 1 | 0.6 |
| Hex | 46 | 34 | FF | 49 | 50 | 0 | 0 | F5 | 64 | 3C |
| Octal | 106 | 64 | 377 | 111 | 120 | 0 | 0 | 365 | 144 | 74 |
| Binary | 1000110 | 110100 | 11111111 | 1001001 | 1010000 | 0 | 0 | 11110101 | 1100100 | 111100 |
Color Harmonies of #4634FF
Complementary color
Monochromatic Colors of #4634FF
Black with #4634FF
Text Example
Text Example
White with #4634FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4634FF; }
p { color: rgb(70,52,255); }
H1.HeaderClassName
{
color: #4634FF;
}
.AnyTagClassName
{
color: #4634FF;
}
</style>
background-color css
<style>
a { background-color: #4634FF; }
a { background-color: rgb(70,52,255); }
div.DivClassName
{
background-color: #4634FF;
}
.BgClassName
{
background-color: #4634FF;
}
</style>
border-color css
<style>
span { border-color: #4634FF; }
span { border-color: rgb(70,52,255); }
td.TdClassName
{
border-color: #4634FF;
}
.TagClassName
{
border-color: #4634FF;
}
</style>