#3354FD

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

Shades of Neon Blue #3354FD

Tints of Neon Blue #3354FD

Color information

#3354FD (or 0x3354FD) is unknown color: approx Neon Blue. HEX triplet: 33, 54 and FD. RGB value is (51,84,253). Sum of RGB (Red+Green+Blue) = 51+84+253=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #3354FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3354FD is #CCAB02. Grayscale: #5C5C5C. Windows color (decimal): -13413123 or 16602163. OLE color: 16602163.

HSL color Cylindrical-coordinate representation of color #3354FD: hue angle of 230.2º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3354FD is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5184253-
CMYK0.800.6700.01
HSL230.2º98.06%59.61%-
HSV(B)230.2º79.84%99.22%-
XYZ22.2714.1494.48-
YUV93.4218.0797.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.14%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 253 (99.22% from 255) = 65.21%
R=13.14%
G=21.65%
B=65.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51842530.800.6700.01230.298.0659.61
Hex3354FD504301e6623c
Octal631243751201030134614274
Binary1100111010100111111011010000100001101111001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3354FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3354FD; }

 p { color: rgb(51,84,253); }

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

<style>
 a { background-color: #3354FD; }

 a { background-color: rgb(51,84,253); }

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

<style>
 span { border-color: #3354FD; }

 span { border-color: rgb(51,84,253); }

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