#332EFF

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

Shades of Neon Blue #332EFF

Tints of Neon Blue #332EFF

Color information

#332EFF (or 0x332EFF) is unknown color: approx Neon Blue. HEX triplet: 33, 2E and FF. RGB value is (51,46,255). Sum of RGB (Red+Green+Blue) = 51+46+255=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #332EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EFF is #CCD100. Grayscale: #464646. Windows color (decimal): -13422849 or 16723507. OLE color: 16723507.

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

Color convert

RGB5146255-
CMYK0.80.8200
HSL241.44º100%59.02%-
HSV(B)241.44º81.96%100%-
XYZ20.399.8895.44-
YUV71.32231.66113.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 46 (18.36% from 255) = 13.07%
BLUE value IS 255 (100% from 255) = 72.44%
R=14.49%
G=13.07%
B=72.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51462550.80.8200241.4410059.02
Hex332EFF505200f1643b
Octal63563771201220036114473
Binary110011101110111111111010000101001000111100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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