#3333FF

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

Shades of Neon Blue #3333FF

Tints of Neon Blue #3333FF

Color information

#3333FF (or 0x3333FF) is unknown color: approx Neon Blue. HEX triplet: 33, 33 and FF. RGB value is (51,51,255). Sum of RGB (Red+Green+Blue) = 51+51+255=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #3333FF is a web safe color. Inversed color of #3333FF is #CCCC00. Grayscale: #494949. Windows color (decimal): -13421569 or 16724787. OLE color: 16724787.

HSL color Cylindrical-coordinate representation of color #3333FF: hue angle of 240º 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 #3333FF is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5151255-
CMYK0.80.800
HSL240º100%60%-
HSV(B)240º80%100%-
XYZ20.610.2995.51-
YUV74.26230111.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 255 (100% from 255) = 71.43%
R=14.29%
G=14.29%
B=71.43%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51512550.80.80024010060
Hex3333FF505000f0643c
Octal63633771201200036014474
Binary110011110011111111111010000101000000111100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3333FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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