#3339FF

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

Shades of Neon Blue #3339FF

Tints of Neon Blue #3339FF

Color information

#3339FF (or 0x3339FF) is unknown color: approx Neon Blue. HEX triplet: 33, 39 and FF. RGB value is (51,57,255). Sum of RGB (Red+Green+Blue) = 51+57+255=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #3339FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3339FF is #CCC600. Grayscale: #4C4C4C. Windows color (decimal): -13420033 or 16726323. OLE color: 16726323.

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

Color convert

RGB5157255-
CMYK0.80.7800
HSL238.24º100%60%-
HSV(B)238.24º80%100%-
XYZ20.8810.8595.6-
YUV77.78228.01108.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 255 (100% from 255) = 70.25%
R=14.05%
G=15.70%
B=70.25%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51572550.80.7800238.2410060
Hex3339FF504E00ee643c
Octal63713771201160035614474
Binary110011111001111111111010000100111000111011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3339FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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