#334AFE

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

Shades of Neon Blue #334AFE

Tints of Neon Blue #334AFE

Color information

#334AFE (or 0x334AFE) is unknown color: approx Neon Blue. HEX triplet: 33, 4A and FE. RGB value is (51,74,254). Sum of RGB (Red+Green+Blue) = 51+74+254=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #334AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334AFE is #CCB501. Grayscale: #565656. Windows color (decimal): -13415682 or 16665139. OLE color: 16665139.

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

Color convert

RGB5174254-
CMYK0.800.7100.00
HSL233.2º99.02%59.8%-
HSV(B)233.2º79.92%99.61%-
XYZ21.712.7695.08-
YUV87.64221.88101.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 254 (99.61% from 255) = 67.02%
R=13.46%
G=19.53%
B=67.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51742540.800.7100.00233.299.0259.8
Hex334AFE504700e9633c
Octal631123761201070035114374
Binary1100111001010111111101010000100011100111010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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