Shades of Neon Blue #334AF4
Tints of Neon Blue #334AF4
RGB
CMYK
RGB Variations
Color information
#334AF4 (or 0x334AF4) is known color: Neon Blue. HEX triplet: 33, 4A and F4. RGB value is (51,74,244). Sum of RGB (Red+Green+Blue) = 51+74+244=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #334AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AF4 is #CCB50B. Grayscale: #555555. Windows color (decimal): -13415692 or 16009779. OLE color: 16009779.
HSL color Cylindrical-coordinate representation of color #334AF4: hue angle of 232.85º degrees, saturation: 0.9, 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 #334AF4 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 74 | 244 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.04 |
| HSL | 232.85º | 0.9% | 0.58% | - |
| HSV(B) | 232.85º | 0.79% | 0.96% | - |
| XYZ | 20.14 | 12.13 | 86.87 | - |
| YUV | 86.5 | 216.88 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 244 | 0.79 | 0.70 | 0 | 0.04 | 232.85 | 0.9 | 0.58 |
| Hex | 33 | 4A | F4 | 4F | 46 | 0 | 4 | E9 | 5A | 3A |
| Octal | 63 | 112 | 364 | 117 | 106 | 0 | 4 | 351 | 132 | 72 |
| Binary | 110011 | 1001010 | 11110100 | 1001111 | 1000110 | 0 | 100 | 11101001 | 1011010 | 111010 |
Color Harmonies of #334AF4
Complementary color
Monochromatic Colors of #334AF4
Black with #334AF4
Text Example
Text Example
White with #334AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AF4; }
p { color: rgb(51,74,244); }
H1.HeaderClassName
{
color: #334AF4;
}
.AnyTagClassName
{
color: #334AF4;
}
</style>
background-color css
<style>
a { background-color: #334AF4; }
a { background-color: rgb(51,74,244); }
div.DivClassName
{
background-color: #334AF4;
}
.BgClassName
{
background-color: #334AF4;
}
</style>
border-color css
<style>
span { border-color: #334AF4; }
span { border-color: rgb(51,74,244); }
td.TdClassName
{
border-color: #334AF4;
}
.TagClassName
{
border-color: #334AF4;
}
</style>