#3342FA

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

Shades of Neon Blue #3342FA

Tints of Neon Blue #3342FA

Color information

#3342FA (or 0x3342FA) is unknown color: approx Neon Blue. HEX triplet: 33, 42 and FA. RGB value is (51,66,250). Sum of RGB (Red+Green+Blue) = 51+66+250=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #3342FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3342FA is #CCBD05. Grayscale: #515151. Windows color (decimal): -13417734 or 16400947. OLE color: 16400947.

HSL color Cylindrical-coordinate representation of color #3342FA: hue angle of 235.48º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3342FA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5166250-
CMYK0.800.7400.02
HSL235.48º95.22%59.02%-
HSV(B)235.48º79.6%98.04%-
XYZ20.5711.591.58-
YUV82.49222.53105.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 250 (98.05% from 255) = 68.12%
R=13.90%
G=17.98%
B=68.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51662500.800.7400.02235.4895.2259.02
Hex3342FA504A02eb5f3b
Octal631023721201120235313773
Binary11001110000101111101010100001001010010111010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3342FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3342FA; }

 p { color: rgb(51,66,250); }

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

<style>
 a { background-color: #3342FA; }

 a { background-color: rgb(51,66,250); }

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

<style>
 span { border-color: #3342FA; }

 span { border-color: rgb(51,66,250); }

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