#3454FD

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

Shades of Neon Blue #3454FD

Tints of Neon Blue #3454FD

Color information

#3454FD (or 0x3454FD) is unknown color: approx Neon Blue. HEX triplet: 34, 54 and FD. RGB value is (52,84,253). Sum of RGB (Red+Green+Blue) = 52+84+253=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #3454FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3454FD is #CBAB02. Grayscale: #5C5C5C. Windows color (decimal): -13347587 or 16602164. OLE color: 16602164.

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

Color convert

RGB5284253-
CMYK0.790.6700.01
HSL230.45º98.05%59.8%-
HSV(B)230.45º79.45%99.22%-
XYZ22.3214.1694.49-
YUV93.7217.998.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 253 (99.22% from 255) = 65.04%
R=13.37%
G=21.59%
B=65.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52842530.790.6700.01230.4598.0559.8
Hex3454FD4F4301e6623c
Octal641243751171030134614274
Binary1101001010100111111011001111100001101111001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3454FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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