#3334F6

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

Shades of Neon Blue #3334F6

Tints of Neon Blue #3334F6

Color information

#3334F6 (or 0x3334F6) is unknown color: approx Neon Blue. HEX triplet: 33, 34 and F6. RGB value is (51,52,246). Sum of RGB (Red+Green+Blue) = 51+52+246=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #3334F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3334F6 is #CCCB09. Grayscale: #494949. Windows color (decimal): -13421322 or 16135219. OLE color: 16135219.

HSL color Cylindrical-coordinate representation of color #3334F6: hue angle of 239.69º 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 #3334F6 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5152246-
CMYK0.790.7900.04
HSL239.69º91.55%58.24%-
HSV(B)239.69º79.27%96.47%-
XYZ19.239.8188.07-
YUV73.82225.17111.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 246 (96.48% from 255) = 70.49%
R=14.61%
G=14.90%
B=70.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51522460.790.7900.04239.6991.5558.24
Hex3334F64F4F04f05c3a
Octal63643661171170436013472
Binary11001111010011110110100111110011110100111100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3334F6; }

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

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

<style>
 a { background-color: #3334F6; }

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

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

<style>
 span { border-color: #3334F6; }

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

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