Shades of Neon Blue #334EFB
Tints of Neon Blue #334EFB
RGB
CMYK
RGB Variations
Color information
#334EFB (or 0x334EFB) is known color: Neon Blue. HEX triplet: 33, 4E and FB. RGB value is (51,78,251). Sum of RGB (Red+Green+Blue) = 51+78+251=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #334EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EFB is #CCB104. Grayscale: #585858. Windows color (decimal): -13414661 or 16469555. OLE color: 16469555.
HSL color Cylindrical-coordinate representation of color #334EFB: hue angle of 231.9º 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 #334EFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 78 | 251 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 231.9º | 0.96% | 0.59% | - |
| HSV(B) | 231.9º | 0.8% | 0.98% | - |
| XYZ | 21.5 | 13.12 | 92.67 | - |
| YUV | 89.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 251 | 0.80 | 0.69 | 0 | 0.02 | 231.9 | 0.96 | 0.59 |
| Hex | 33 | 4E | FB | 50 | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 63 | 116 | 373 | 120 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110011 | 1001110 | 11111011 | 1010000 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #334EFB
Complementary color
Monochromatic Colors of #334EFB
Black with #334EFB
Text Example
Text Example
White with #334EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EFB; }
p { color: rgb(51,78,251); }
H1.HeaderClassName
{
color: #334EFB;
}
.AnyTagClassName
{
color: #334EFB;
}
</style>
background-color css
<style>
a { background-color: #334EFB; }
a { background-color: rgb(51,78,251); }
div.DivClassName
{
background-color: #334EFB;
}
.BgClassName
{
background-color: #334EFB;
}
</style>
border-color css
<style>
span { border-color: #334EFB; }
span { border-color: rgb(51,78,251); }
td.TdClassName
{
border-color: #334EFB;
}
.TagClassName
{
border-color: #334EFB;
}
</style>