Shades of Neon Blue #344FFB
Tints of Neon Blue #344FFB
RGB
CMYK
RGB Variations
Color information
#344FFB (or 0x344FFB) is known color: Neon Blue. HEX triplet: 34, 4F and FB. RGB value is (52,79,251). Sum of RGB (Red+Green+Blue) = 52+79+251=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #344FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FFB is #CBB004. Grayscale: #595959. Windows color (decimal): -13348869 or 16469812. OLE color: 16469812.
HSL color Cylindrical-coordinate representation of color #344FFB: hue angle of 231.86º degrees, saturation: 0.96, 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 #344FFB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 79 | 251 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.02 |
| HSL | 231.86º | 0.96% | 0.59% | - |
| HSV(B) | 231.86º | 0.79% | 0.98% | - |
| XYZ | 21.62 | 13.29 | 92.69 | - |
| YUV | 90.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 251 | 0.79 | 0.69 | 0 | 0.02 | 231.86 | 0.96 | 0.59 |
| Hex | 34 | 4F | FB | 4F | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 64 | 117 | 373 | 117 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110100 | 1001111 | 11111011 | 1001111 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #344FFB
Complementary color
Monochromatic Colors of #344FFB
Black with #344FFB
Text Example
Text Example
White with #344FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FFB; }
p { color: rgb(52,79,251); }
H1.HeaderClassName
{
color: #344FFB;
}
.AnyTagClassName
{
color: #344FFB;
}
</style>
background-color css
<style>
a { background-color: #344FFB; }
a { background-color: rgb(52,79,251); }
div.DivClassName
{
background-color: #344FFB;
}
.BgClassName
{
background-color: #344FFB;
}
</style>
border-color css
<style>
span { border-color: #344FFB; }
span { border-color: rgb(52,79,251); }
td.TdClassName
{
border-color: #344FFB;
}
.TagClassName
{
border-color: #344FFB;
}
</style>