#334AF0

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

Shades of Neon Blue #334AF0

Tints of Neon Blue #334AF0

Color information

#334AF0 (or 0x334AF0) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and F0. RGB value is (51,74,240). Sum of RGB (Red+Green+Blue) = 51+74+240=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #334AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AF0 is #CCB50F. Grayscale: #555555. Windows color (decimal): -13415696 or 15747635. OLE color: 15747635.

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

Color convert

RGB5174240-
CMYK0.790.6900.06
HSL232.7º86.3%57.06%-
HSV(B)232.7º78.75%94.12%-
XYZ19.5411.8983.7-
YUV86.05214.88103-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 240 (94.14% from 255) = 65.75%
R=13.97%
G=20.27%
B=65.75%

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
Decimal51742400.790.6900.06232.786.357.06
Hex334AF04F4506e95639
Octal631123601171050635112671
Binary110011100101011110000100111110001010110111010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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