#334EFF

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

Shades of Neon Blue #334EFF

Tints of Neon Blue #334EFF

Color information

#334EFF (or 0x334EFF) is unknown color: approx Neon Blue. HEX triplet: 33, 4E and FF. RGB value is (51,78,255). Sum of RGB (Red+Green+Blue) = 51+78+255=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #334EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EFF is #CCB100. Grayscale: #595959. Windows color (decimal): -13414657 or 16731699. OLE color: 16731699.

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

Color convert

RGB5178255-
CMYK0.80.6900
HSL232.06º100%60%-
HSV(B)232.06º80%100%-
XYZ22.1413.3796.02-
YUV90.1221.05100.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.28%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 255 (100% from 255) = 66.41%
R=13.28%
G=20.31%
B=66.41%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51782550.80.6900232.0610060
Hex334EFF504500e8643c
Octal631163771201050035014474
Binary1100111001110111111111010000100010100111010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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