#3345ED

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

Shades of Neon Blue #3345ED

Tints of Neon Blue #3345ED

Color information

#3345ED (or 0x3345ED) is unknown color: approx Neon Blue. HEX triplet: 33, 45 and ED. RGB value is (51,69,237). Sum of RGB (Red+Green+Blue) = 51+69+237=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #3345ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3345ED is #CCBA12. Grayscale: #525252. Windows color (decimal): -13416979 or 15549747. OLE color: 15549747.

HSL color Cylindrical-coordinate representation of color #3345ED: hue angle of 234.19º 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 #3345ED is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5169237-
CMYK0.780.7100.07
HSL234.19º83.78%56.47%-
HSV(B)234.19º78.48%92.94%-
XYZ18.7811.0781.27-
YUV82.77215.04105.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 69 (27.34% from 255) = 19.33%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=14.29%
G=19.33%
B=66.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51692370.780.7100.07234.1983.7856.47
Hex3345ED4E4707ea5438
Octal631053551161070735212470
Binary110011100010111101101100111010001110111111010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3345ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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