Shades of Neon Blue #334AFB
Tints of Neon Blue #334AFB
RGB
CMYK
RGB Variations
Color information
#334AFB (or 0x334AFB) is known color: Neon Blue. HEX triplet: 33, 4A and FB. RGB value is (51,74,251). Sum of RGB (Red+Green+Blue) = 51+74+251=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #334AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AFB is #CCB504. Grayscale: #565656. Windows color (decimal): -13415685 or 16468531. OLE color: 16468531.
HSL color Cylindrical-coordinate representation of color #334AFB: hue angle of 233.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334AFB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 74 | 251 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.02 |
| HSL | 233.1º | 0.96% | 0.59% | - |
| HSV(B) | 233.1º | 0.8% | 0.98% | - |
| XYZ | 21.23 | 12.57 | 92.57 | - |
| YUV | 87.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 251 | 0.80 | 0.71 | 0 | 0.02 | 233.1 | 0.96 | 0.59 |
| Hex | 33 | 4A | FB | 50 | 47 | 0 | 2 | E9 | 60 | 3B |
| Octal | 63 | 112 | 373 | 120 | 107 | 0 | 2 | 351 | 140 | 73 |
| Binary | 110011 | 1001010 | 11111011 | 1010000 | 1000111 | 0 | 10 | 11101001 | 1100000 | 111011 |
Color Harmonies of #334AFB
Complementary color
Monochromatic Colors of #334AFB
Black with #334AFB
Text Example
Text Example
White with #334AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AFB; }
p { color: rgb(51,74,251); }
H1.HeaderClassName
{
color: #334AFB;
}
.AnyTagClassName
{
color: #334AFB;
}
</style>
background-color css
<style>
a { background-color: #334AFB; }
a { background-color: rgb(51,74,251); }
div.DivClassName
{
background-color: #334AFB;
}
.BgClassName
{
background-color: #334AFB;
}
</style>
border-color css
<style>
span { border-color: #334AFB; }
span { border-color: rgb(51,74,251); }
td.TdClassName
{
border-color: #334AFB;
}
.TagClassName
{
border-color: #334AFB;
}
</style>