#334FFF

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

Shades of Neon Blue #334FFF

Tints of Neon Blue #334FFF

Color information

#334FFF (or 0x334FFF) is unknown color: approx Neon Blue. HEX triplet: 33, 4F and FF. RGB value is (51,79,255). Sum of RGB (Red+Green+Blue) = 51+79+255=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #334FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FFF is #CCB000. Grayscale: #595959. Windows color (decimal): -13414401 or 16731955. OLE color: 16731955.

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

Color convert

RGB5179255-
CMYK0.80.6900
HSL231.76º100%60%-
HSV(B)231.76º80%100%-
XYZ22.2113.5296.05-
YUV90.69220.7299.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 255 (100% from 255) = 66.23%
R=13.25%
G=20.52%
B=66.23%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51792550.80.6900231.7610060
Hex334FFF504500e8643c
Octal631173771201050035014474
Binary1100111001111111111111010000100010100111010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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