#334CEF

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

Shades of Neon Blue #334CEF

Tints of Neon Blue #334CEF

Color information

#334CEF (or 0x334CEF) is unknown color: approx Neon Blue. HEX triplet: 33, 4C and EF. RGB value is (51,76,239). Sum of RGB (Red+Green+Blue) = 51+76+239=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #334CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334CEF is #CCB310. Grayscale: #565656. Windows color (decimal): -13415185 or 15682611. OLE color: 15682611.

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

Color convert

RGB5176239-
CMYK0.790.6800.06
HSL232.02º85.45%56.86%-
HSV(B)232.02º78.66%93.73%-
XYZ19.5312.182.97-
YUV87.11213.72102.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 239 (93.75% from 255) = 65.30%
R=13.93%
G=20.77%
B=65.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51762390.790.6800.06232.0285.4556.86
Hex334CEF4F4406e85539
Octal631143571171040635012571
Binary110011100110011101111100111110001000110111010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,239); }

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

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

 a { background-color: rgb(51,76,239); }

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

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

 span { border-color: rgb(51,76,239); }

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