#3355FF

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

Shades of Neon Blue #3355FF

Tints of Neon Blue #3355FF

Color information

#3355FF (or 0x3355FF) is unknown color: approx Neon Blue. HEX triplet: 33, 55 and FF. RGB value is (51,85,255). Sum of RGB (Red+Green+Blue) = 51+85+255=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #3355FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3355FF is #CCAA00. Grayscale: #5D5D5D. Windows color (decimal): -13412865 or 16733491. OLE color: 16733491.

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

Color convert

RGB5185255-
CMYK0.80.6700
HSL230º100%60%-
HSV(B)230º80%100%-
XYZ22.6614.4296.2-
YUV94.21218.7497.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 255 (100% from 255) = 65.22%
R=13.04%
G=21.74%
B=65.22%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51852550.80.670023010060
Hex3355FF504300e6643c
Octal631253771201030034614474
Binary1100111010101111111111010000100001100111001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3355FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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