#355BFD

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

Shades of Neon Blue #355BFD

Tints of Neon Blue #355BFD

Color information

#355BFD (or 0x355BFD) is unknown color: approx Neon Blue. HEX triplet: 35, 5B and FD. RGB value is (53,91,253). Sum of RGB (Red+Green+Blue) = 53+91+253=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #355BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355BFD is #CAA402. Grayscale: #616161. Windows color (decimal): -13280259 or 16603957. OLE color: 16603957.

HSL color Cylindrical-coordinate representation of color #355BFD: hue angle of 228.6º 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 #355BFD is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5391253-
CMYK0.790.6400.01
HSL228.6º98.04%60%-
HSV(B)228.6º79.05%99.22%-
XYZ22.9415.3394.68-
YUV98.11215.4195.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 253 (99.22% from 255) = 63.73%
R=13.35%
G=22.92%
B=63.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53912530.790.6400.01228.698.0460
Hex355BFD4F4001e5623c
Octal651333751171000134514274
Binary1101011011011111111011001111100000001111001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355BFD; }

 p { color: rgb(53,91,253); }

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

<style>
 a { background-color: #355BFD; }

 a { background-color: rgb(53,91,253); }

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

<style>
 span { border-color: #355BFD; }

 span { border-color: rgb(53,91,253); }

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