#334BFE

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

Shades of Neon Blue #334BFE

Tints of Neon Blue #334BFE

Color information

#334BFE (or 0x334BFE) is unknown color: approx Neon Blue. HEX triplet: 33, 4B and FE. RGB value is (51,75,254). Sum of RGB (Red+Green+Blue) = 51+75+254=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #334BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334BFE is #CCB401. Grayscale: #575757. Windows color (decimal): -13415426 or 16665395. OLE color: 16665395.

HSL color Cylindrical-coordinate representation of color #334BFE: hue angle of 232.91º 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 #334BFE is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5175254-
CMYK0.800.7000.00
HSL232.91º99.02%59.8%-
HSV(B)232.91º79.92%99.61%-
XYZ21.7712.8995.11-
YUV88.23221.55101.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 254 (99.61% from 255) = 66.84%
R=13.42%
G=19.74%
B=66.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51752540.800.7000.00232.9199.0259.8
Hex334BFE504600e9633c
Octal631133761201060035114374
Binary1100111001011111111101010000100011000111010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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