#334BF6

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

Shades of Neon Blue #334BF6

Tints of Neon Blue #334BF6

Color information

#334BF6 (or 0x334BF6) is unknown color: approx Neon Blue. HEX triplet: 33, 4B and F6. RGB value is (51,75,246). Sum of RGB (Red+Green+Blue) = 51+75+246=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #334BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BF6 is #CCB409. Grayscale: #565656. Windows color (decimal): -13415434 or 16141107. OLE color: 16141107.

HSL color Cylindrical-coordinate representation of color #334BF6: hue angle of 232.62º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334BF6 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5175246-
CMYK0.790.7000.04
HSL232.62º91.55%58.24%-
HSV(B)232.62º79.27%96.47%-
XYZ20.5212.3988.5-
YUV87.32217.55102.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.71%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 246 (96.48% from 255) = 66.13%
R=13.71%
G=20.16%
B=66.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51752460.790.7000.04232.6291.5558.24
Hex334BF64F4604e95c3a
Octal631133661171060435113472
Binary110011100101111110110100111110001100100111010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,75,246); }

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

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

 a { background-color: rgb(51,75,246); }

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

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

 span { border-color: rgb(51,75,246); }

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