#334DF1

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

Shades of Neon Blue #334DF1

Tints of Neon Blue #334DF1

Color information

#334DF1 (or 0x334DF1) is unknown color: approx Neon Blue. HEX triplet: 33, 4D and F1. RGB value is (51,77,241). Sum of RGB (Red+Green+Blue) = 51+77+241=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #334DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DF1 is #CCB20E. Grayscale: #575757. Windows color (decimal): -13414927 or 15813939. OLE color: 15813939.

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

Color convert

RGB5177241-
CMYK0.790.6800.05
HSL231.79º87.16%57.25%-
HSV(B)231.79º78.84%94.51%-
XYZ19.912.3684.56-
YUV87.92214.39101.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 241 (94.53% from 255) = 65.31%
R=13.82%
G=20.87%
B=65.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51772410.790.6800.05231.7987.1657.25
Hex334DF14F4405e85739
Octal631153611171040535012771
Binary110011100110111110001100111110001000101111010001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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