Shades of Neon Blue #334FF5
Tints of Neon Blue #334FF5
RGB
CMYK
RGB Variations
Color information
#334FF5 (or 0x334FF5) is known color: Neon Blue. HEX triplet: 33, 4F and F5. RGB value is (51,79,245). Sum of RGB (Red+Green+Blue) = 51+79+245=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #334FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FF5 is #CCB00A. Grayscale: #585858. Windows color (decimal): -13414411 or 16076595. OLE color: 16076595.
HSL color Cylindrical-coordinate representation of color #334FF5: hue angle of 231.34º degrees, saturation: 0.91, 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 #334FF5 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 79 | 245 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.04 |
| HSL | 231.34º | 0.91% | 0.58% | - |
| HSV(B) | 231.34º | 0.79% | 0.96% | - |
| XYZ | 20.64 | 12.89 | 87.79 | - |
| YUV | 89.55 | 215.72 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 245 | 0.79 | 0.68 | 0 | 0.04 | 231.34 | 0.91 | 0.58 |
| Hex | 33 | 4F | F5 | 4F | 44 | 0 | 4 | E7 | 5B | 3A |
| Octal | 63 | 117 | 365 | 117 | 104 | 0 | 4 | 347 | 133 | 72 |
| Binary | 110011 | 1001111 | 11110101 | 1001111 | 1000100 | 0 | 100 | 11100111 | 1011011 | 111010 |
Color Harmonies of #334FF5
Complementary color
Monochromatic Colors of #334FF5
Black with #334FF5
Text Example
Text Example
White with #334FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FF5; }
p { color: rgb(51,79,245); }
H1.HeaderClassName
{
color: #334FF5;
}
.AnyTagClassName
{
color: #334FF5;
}
</style>
background-color css
<style>
a { background-color: #334FF5; }
a { background-color: rgb(51,79,245); }
div.DivClassName
{
background-color: #334FF5;
}
.BgClassName
{
background-color: #334FF5;
}
</style>
border-color css
<style>
span { border-color: #334FF5; }
span { border-color: rgb(51,79,245); }
td.TdClassName
{
border-color: #334FF5;
}
.TagClassName
{
border-color: #334FF5;
}
</style>