Shades of Neon Blue #4C34F9
Tints of Neon Blue #4C34F9
RGB
CMYK
RGB Variations
Color information
#4C34F9 (or 0x4C34F9) is known color: Neon Blue. HEX triplet: 4C, 34 and F9. RGB value is (76,52,249). Sum of RGB (Red+Green+Blue) = 76+52+249=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #4C34F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C34F9 is #B3CB06. Grayscale: #505050. Windows color (decimal): -11782919 or 16331852. OLE color: 16331852.
HSL color Cylindrical-coordinate representation of color #4C34F9: hue angle of 247.31º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C34F9 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 52 | 249 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.02 |
| HSL | 247.31º | 0.94% | 0.59% | - |
| HSV(B) | 247.31º | 0.79% | 0.98% | - |
| XYZ | 21.31 | 10.83 | 90.59 | - |
| YUV | 81.63 | 222.45 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 249 | 0.69 | 0.79 | 0 | 0.02 | 247.31 | 0.94 | 0.59 |
| Hex | 4C | 34 | F9 | 45 | 4F | 0 | 2 | F7 | 5E | 3B |
| Octal | 114 | 64 | 371 | 105 | 117 | 0 | 2 | 367 | 136 | 73 |
| Binary | 1001100 | 110100 | 11111001 | 1000101 | 1001111 | 0 | 10 | 11110111 | 1011110 | 111011 |
Color Harmonies of #4C34F9
Complementary color
Monochromatic Colors of #4C34F9
Black with #4C34F9
Text Example
Text Example
White with #4C34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C34F9; }
p { color: rgb(76,52,249); }
H1.HeaderClassName
{
color: #4C34F9;
}
.AnyTagClassName
{
color: #4C34F9;
}
</style>
background-color css
<style>
a { background-color: #4C34F9; }
a { background-color: rgb(76,52,249); }
div.DivClassName
{
background-color: #4C34F9;
}
.BgClassName
{
background-color: #4C34F9;
}
</style>
border-color css
<style>
span { border-color: #4C34F9; }
span { border-color: rgb(76,52,249); }
td.TdClassName
{
border-color: #4C34F9;
}
.TagClassName
{
border-color: #4C34F9;
}
</style>