Shades of Neon Blue #334EF5
Tints of Neon Blue #334EF5
RGB
CMYK
RGB Variations
Color information
#334EF5 (or 0x334EF5) is known color: Neon Blue. HEX triplet: 33, 4E and F5. RGB value is (51,78,245). Sum of RGB (Red+Green+Blue) = 51+78+245=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 245 (96.09% from 255 or 65.51% from 374); Max value from RGB is 245 - color contains mainly: blue. Hex color #334EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EF5 is #CCB10A. Grayscale: #585858. Windows color (decimal): -13414667 or 16076339. OLE color: 16076339.
HSL color Cylindrical-coordinate representation of color #334EF5: hue angle of 231.65º 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 #334EF5 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 78 | 245 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.04 |
| HSL | 231.65º | 0.91% | 0.58% | - |
| HSV(B) | 231.65º | 0.79% | 0.96% | - |
| XYZ | 20.57 | 12.75 | 87.76 | - |
| YUV | 88.97 | 216.05 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 245 | 0.79 | 0.68 | 0 | 0.04 | 231.65 | 0.91 | 0.58 |
| Hex | 33 | 4E | F5 | 4F | 44 | 0 | 4 | E8 | 5B | 3A |
| Octal | 63 | 116 | 365 | 117 | 104 | 0 | 4 | 350 | 133 | 72 |
| Binary | 110011 | 1001110 | 11110101 | 1001111 | 1000100 | 0 | 100 | 11101000 | 1011011 | 111010 |
Color Harmonies of #334EF5
Complementary color
Monochromatic Colors of #334EF5
Black with #334EF5
Text Example
Text Example
White with #334EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EF5; }
p { color: rgb(51,78,245); }
H1.HeaderClassName
{
color: #334EF5;
}
.AnyTagClassName
{
color: #334EF5;
}
</style>
background-color css
<style>
a { background-color: #334EF5; }
a { background-color: rgb(51,78,245); }
div.DivClassName
{
background-color: #334EF5;
}
.BgClassName
{
background-color: #334EF5;
}
</style>
border-color css
<style>
span { border-color: #334EF5; }
span { border-color: rgb(51,78,245); }
td.TdClassName
{
border-color: #334EF5;
}
.TagClassName
{
border-color: #334EF5;
}
</style>