#354AF1

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

Shades of Neon Blue #354AF1

Tints of Neon Blue #354AF1

Color information

#354AF1 (or 0x354AF1) is unknown color: approx Neon Blue. HEX triplet: 35, 4A and F1. RGB value is (53,74,241). Sum of RGB (Red+Green+Blue) = 53+74+241=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #354AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354AF1 is #CAB50E. Grayscale: #565656. Windows color (decimal): -13284623 or 15813173. OLE color: 15813173.

HSL color Cylindrical-coordinate representation of color #354AF1: hue angle of 233.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #354AF1 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5374241-
CMYK0.780.6900.05
HSL233.3º87.04%57.65%-
HSV(B)233.3º78.01%94.51%-
XYZ19.7912.0184.49-
YUV86.76215.04103.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=14.40%
G=20.11%
B=65.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53742410.780.6900.05233.387.0457.65
Hex354AF14E4505e9573a
Octal651123611161050535112772
Binary110101100101011110001100111010001010101111010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354AF1; }

 p { color: rgb(53,74,241); }

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

<style>
 a { background-color: #354AF1; }

 a { background-color: rgb(53,74,241); }

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

<style>
 span { border-color: #354AF1; }

 span { border-color: rgb(53,74,241); }

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