#332EF1

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

Shades of Neon Blue #332EF1

Tints of Neon Blue #332EF1

Color information

#332EF1 (or 0x332EF1) is unknown color: approx Neon Blue. HEX triplet: 33, 2E and F1. RGB value is (51,46,241). Sum of RGB (Red+Green+Blue) = 51+46+241=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #332EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EF1 is #CCD10E. Grayscale: #444444. Windows color (decimal): -13422863 or 15806003. OLE color: 15806003.

HSL color Cylindrical-coordinate representation of color #332EF1: hue angle of 241.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332EF1 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5146241-
CMYK0.790.8100.05
HSL241.54º87.44%56.27%-
HSV(B)241.54º80.91%94.51%-
XYZ18.229.0184-
YUV69.72224.66114.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 241 (94.53% from 255) = 71.30%
R=15.09%
G=13.61%
B=71.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51462410.790.8100.05241.5487.4456.27
Hex332EF14F5105f25738
Octal63563611171210536212770
Binary11001110111011110001100111110100010101111100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332EF1; }

 p { color: rgb(51,46,241); }

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

<style>
 a { background-color: #332EF1; }

 a { background-color: rgb(51,46,241); }

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

<style>
 span { border-color: #332EF1; }

 span { border-color: rgb(51,46,241); }

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