#3349FF

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

Shades of Neon Blue #3349FF

Tints of Neon Blue #3349FF

Color information

#3349FF (or 0x3349FF) is unknown color: approx Neon Blue. HEX triplet: 33, 49 and FF. RGB value is (51,73,255). Sum of RGB (Red+Green+Blue) = 51+73+255=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #3349FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349FF is #CCB600. Grayscale: #565656. Windows color (decimal): -13415937 or 16730419. OLE color: 16730419.

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

Color convert

RGB5173255-
CMYK0.80.7100
HSL233.53º100%60%-
HSV(B)233.53º80%100%-
XYZ21.812.6995.91-
YUV87.17222.71102.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 255 (100% from 255) = 67.28%
R=13.46%
G=19.26%
B=67.28%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51732550.80.7100233.5310060
Hex3349FF504700ea643c
Octal631113771201070035214474
Binary1100111001001111111111010000100011100111010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3349FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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