Shades of Neon Blue #334AF3
Tints of Neon Blue #334AF3
RGB
CMYK
RGB Variations
Color information
#334AF3 (or 0x334AF3) is known color: Neon Blue. HEX triplet: 33, 4A and F3. RGB value is (51,74,243). Sum of RGB (Red+Green+Blue) = 51+74+243=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #334AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AF3 is #CCB50C. Grayscale: #555555. Windows color (decimal): -13415693 or 15944243. OLE color: 15944243.
HSL color Cylindrical-coordinate representation of color #334AF3: hue angle of 232.81º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334AF3 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 74 | 243 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.05 |
| HSL | 232.81º | 0.89% | 0.58% | - |
| HSV(B) | 232.81º | 0.79% | 0.95% | - |
| XYZ | 19.99 | 12.07 | 86.07 | - |
| YUV | 86.39 | 216.38 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 243 | 0.79 | 0.70 | 0 | 0.05 | 232.81 | 0.89 | 0.58 |
| Hex | 33 | 4A | F3 | 4F | 46 | 0 | 5 | E9 | 59 | 3A |
| Octal | 63 | 112 | 363 | 117 | 106 | 0 | 5 | 351 | 131 | 72 |
| Binary | 110011 | 1001010 | 11110011 | 1001111 | 1000110 | 0 | 101 | 11101001 | 1011001 | 111010 |
Color Harmonies of #334AF3
Complementary color
Monochromatic Colors of #334AF3
Black with #334AF3
Text Example
Text Example
White with #334AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AF3; }
p { color: rgb(51,74,243); }
H1.HeaderClassName
{
color: #334AF3;
}
.AnyTagClassName
{
color: #334AF3;
}
</style>
background-color css
<style>
a { background-color: #334AF3; }
a { background-color: rgb(51,74,243); }
div.DivClassName
{
background-color: #334AF3;
}
.BgClassName
{
background-color: #334AF3;
}
</style>
border-color css
<style>
span { border-color: #334AF3; }
span { border-color: rgb(51,74,243); }
td.TdClassName
{
border-color: #334AF3;
}
.TagClassName
{
border-color: #334AF3;
}
</style>