#355EFF

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

Shades of Neon Blue #355EFF

Tints of Neon Blue #355EFF

Color information

#355EFF (or 0x355EFF) is unknown color: approx Neon Blue. HEX triplet: 35, 5E and FF. RGB value is (53,94,255). Sum of RGB (Red+Green+Blue) = 53+94+255=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #355EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355EFF is #CAA100. Grayscale: #636363. Windows color (decimal): -13279489 or 16735797. OLE color: 16735797.

HSL color Cylindrical-coordinate representation of color #355EFF: hue angle of 227.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355EFF is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5394255-
CMYK0.790.6300
HSL227.82º100%60.39%-
HSV(B)227.82º79.22%100%-
XYZ23.5215.9896.45-
YUV100.1215.4294.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.18%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 255 (100% from 255) = 63.43%
R=13.18%
G=23.38%
B=63.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal53942550.790.6300227.8210060.39
Hex355EFF4F3F00e4643c
Octal65136377117770034414474
Binary110101101111011111111100111111111100111001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,255); }

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

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

 a { background-color: rgb(53,94,255); }

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

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

 span { border-color: rgb(53,94,255); }

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