#3349ED

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

Shades of Neon Blue #3349ED

Tints of Neon Blue #3349ED

Color information

#3349ED (or 0x3349ED) is unknown color: approx Neon Blue. HEX triplet: 33, 49 and ED. RGB value is (51,73,237). Sum of RGB (Red+Green+Blue) = 51+73+237=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #3349ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3349ED is #CCB612. Grayscale: #545454. Windows color (decimal): -13415955 or 15550771. OLE color: 15550771.

HSL color Cylindrical-coordinate representation of color #3349ED: hue angle of 232.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3349ED is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5173237-
CMYK0.780.6900.07
HSL232.9º83.78%56.47%-
HSV(B)232.9º78.48%92.94%-
XYZ19.0311.5881.35-
YUV85.12213.71103.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 237 (92.97% from 255) = 65.65%
R=14.13%
G=20.22%
B=65.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51732370.780.6900.07232.983.7856.47
Hex3349ED4E4507e95438
Octal631113551161050735112470
Binary110011100100111101101100111010001010111111010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3349ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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