#334BF0

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

Shades of Neon Blue #334BF0

Tints of Neon Blue #334BF0

Color information

#334BF0 (or 0x334BF0) is unknown color: approx Neon Blue. HEX triplet: 33, 4B and F0. RGB value is (51,75,240). Sum of RGB (Red+Green+Blue) = 51+75+240=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #334BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BF0 is #CCB40F. Grayscale: #555555. Windows color (decimal): -13415440 or 15747891. OLE color: 15747891.

HSL color Cylindrical-coordinate representation of color #334BF0: hue angle of 232.38º degrees, saturation: 0.86, 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 #334BF0 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5175240-
CMYK0.790.6900.06
HSL232.38º86.3%57.06%-
HSV(B)232.38º78.75%94.12%-
XYZ19.6112.0383.73-
YUV86.63214.55102.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 240 (94.14% from 255) = 65.57%
R=13.93%
G=20.49%
B=65.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51752400.790.6900.06232.3886.357.06
Hex334BF04F4506e85639
Octal631133601171050635012671
Binary110011100101111110000100111110001010110111010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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