Shades of Neon Blue #4A34FC
Tints of Neon Blue #4A34FC
RGB
CMYK
RGB Variations
Color information
#4A34FC (or 0x4A34FC) is known color: Neon Blue. HEX triplet: 4A, 34 and FC. RGB value is (74,52,252). Sum of RGB (Red+Green+Blue) = 74+52+252=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A34FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A34FC is #B5CB03. Grayscale: #505050. Windows color (decimal): -11913988 or 16528458. OLE color: 16528458.
HSL color Cylindrical-coordinate representation of color #4A34FC: hue angle of 246.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A34FC is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 52 | 252 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.01 |
| HSL | 246.6º | 0.97% | 0.6% | - |
| HSV(B) | 246.6º | 0.79% | 0.99% | - |
| XYZ | 21.62 | 10.94 | 93.07 | - |
| YUV | 81.38 | 224.29 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 252 | 0.71 | 0.79 | 0 | 0.01 | 246.6 | 0.97 | 0.6 |
| Hex | 4A | 34 | FC | 47 | 4F | 0 | 1 | F7 | 61 | 3C |
| Octal | 112 | 64 | 374 | 107 | 117 | 0 | 1 | 367 | 141 | 74 |
| Binary | 1001010 | 110100 | 11111100 | 1000111 | 1001111 | 0 | 1 | 11110111 | 1100001 | 111100 |
Color Harmonies of #4A34FC
Complementary color
Monochromatic Colors of #4A34FC
Black with #4A34FC
Text Example
Text Example
White with #4A34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A34FC; }
p { color: rgb(74,52,252); }
H1.HeaderClassName
{
color: #4A34FC;
}
.AnyTagClassName
{
color: #4A34FC;
}
</style>
background-color css
<style>
a { background-color: #4A34FC; }
a { background-color: rgb(74,52,252); }
div.DivClassName
{
background-color: #4A34FC;
}
.BgClassName
{
background-color: #4A34FC;
}
</style>
border-color css
<style>
span { border-color: #4A34FC; }
span { border-color: rgb(74,52,252); }
td.TdClassName
{
border-color: #4A34FC;
}
.TagClassName
{
border-color: #4A34FC;
}
</style>