#334AF6

Color #334AF6 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #334AF6

Tints of Neon Blue #334AF6

Color information

#334AF6 (or 0x334AF6) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and F6. RGB value is (51,74,246). Sum of RGB (Red+Green+Blue) = 51+74+246=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #334AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AF6 is #CCB509. Grayscale: #565656. Windows color (decimal): -13415690 or 16140851. OLE color: 16140851.

HSL color Cylindrical-coordinate representation of color #334AF6: hue angle of 232.92º degrees, saturation: 0.92, 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 #334AF6 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5174246-
CMYK0.790.7000.04
HSL232.92º91.55%58.24%-
HSV(B)232.92º79.27%96.47%-
XYZ20.4512.2688.48-
YUV86.73217.88102.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 246 (96.48% from 255) = 66.31%
R=13.75%
G=19.95%
B=66.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51742460.790.7000.04232.9291.5558.24
Hex334AF64F4604e95c3a
Octal631123661171060435113472
Binary110011100101011110110100111110001100100111010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334AF6; }

 p { color: rgb(51,74,246); }

 H1.HeaderClassName
 {
   color: #334AF6;
 }
 .AnyTagClassName
 {
   color: #334AF6;
 }
</style>
background-color css

<style>
 a { background-color: #334AF6; }

 a { background-color: rgb(51,74,246); }

 div.DivClassName
 {
   background-color: #334AF6;
 }
 .BgClassName
 {
   background-color: #334AF6;
 }
</style>
border-color css

<style>
 span { border-color: #334AF6; }

 span { border-color: rgb(51,74,246); }

 td.TdClassName
 {
   border-color: #334AF6;
 }
 .TagClassName
 {
   border-color: #334AF6;
 }
</style>