#334CFF

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

Shades of Neon Blue #334CFF

Tints of Neon Blue #334CFF

Color information

#334CFF (or 0x334CFF) is unknown color: approx Neon Blue. HEX triplet: 33, 4C and FF. RGB value is (51,76,255). Sum of RGB (Red+Green+Blue) = 51+76+255=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #334CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334CFF is #CCB300. Grayscale: #585858. Windows color (decimal): -13415169 or 16731187. OLE color: 16731187.

HSL color Cylindrical-coordinate representation of color #334CFF: hue angle of 232.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334CFF is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5176255-
CMYK0.80.7000
HSL232.65º100%60%-
HSV(B)232.65º80%100%-
XYZ2213.0995.98-
YUV88.93221.72100.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 255 (100% from 255) = 66.75%
R=13.35%
G=19.90%
B=66.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51762550.80.7000232.6510060
Hex334CFF504600e9643c
Octal631143771201060035114474
Binary1100111001100111111111010000100011000111010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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