#3332FF

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

Shades of Neon Blue #3332FF

Tints of Neon Blue #3332FF

Color information

#3332FF (or 0x3332FF) is unknown color: approx Neon Blue. HEX triplet: 33, 32 and FF. RGB value is (51,50,255). Sum of RGB (Red+Green+Blue) = 51+50+255=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #3332FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3332FF is #CCCD00. Grayscale: #484848. Windows color (decimal): -13421825 or 16724531. OLE color: 16724531.

HSL color Cylindrical-coordinate representation of color #3332FF: hue angle of 240.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3332FF is Cyan = 0.8, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5150255-
CMYK0.80.8000
HSL240.29º100%59.8%-
HSV(B)240.29º80.39%100%-
XYZ20.5610.2195.49-
YUV73.67230.33111.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 255 (100% from 255) = 71.63%
R=14.33%
G=14.04%
B=71.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51502550.80.8000240.2910059.8
Hex3332FF505000f0643c
Octal63623771201200036014474
Binary110011110010111111111010000101000000111100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3332FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3332FF; }

 p { color: rgb(51,50,255); }

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

<style>
 a { background-color: #3332FF; }

 a { background-color: rgb(51,50,255); }

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

<style>
 span { border-color: #3332FF; }

 span { border-color: rgb(51,50,255); }

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