#334DEE

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

Shades of Neon Blue #334DEE

Tints of Neon Blue #334DEE

Color information

#334DEE (or 0x334DEE) is unknown color: approx Neon Blue. HEX triplet: 33, 4D and EE. RGB value is (51,77,238). Sum of RGB (Red+Green+Blue) = 51+77+238=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #334DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DEE is #CCB211. Grayscale: #565656. Windows color (decimal): -13414930 or 15617331. OLE color: 15617331.

HSL color Cylindrical-coordinate representation of color #334DEE: hue angle of 231.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334DEE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5177238-
CMYK0.790.6800.07
HSL231.66º84.62%56.67%-
HSV(B)231.66º78.57%93.33%-
XYZ19.4512.1882.22-
YUV87.58212.89101.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 238 (93.36% from 255) = 65.03%
R=13.93%
G=21.04%
B=65.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51772380.790.6800.07231.6684.6256.67
Hex334DEE4F4407e85539
Octal631153561171040735012571
Binary110011100110111101110100111110001000111111010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334DEE; }

 p { color: rgb(51,77,238); }

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

<style>
 a { background-color: #334DEE; }

 a { background-color: rgb(51,77,238); }

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

<style>
 span { border-color: #334DEE; }

 span { border-color: rgb(51,77,238); }

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