#3555FE

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

Shades of Neon Blue #3555FE

Tints of Neon Blue #3555FE

Color information

#3555FE (or 0x3555FE) is unknown color: approx Neon Blue. HEX triplet: 35, 55 and FE. RGB value is (53,85,254). Sum of RGB (Red+Green+Blue) = 53+85+254=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #3555FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3555FE is #CAAA01. Grayscale: #5D5D5D. Windows color (decimal): -13281794 or 16667957. OLE color: 16667957.

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

Color convert

RGB5385254-
CMYK0.790.6700.00
HSL230.45º99.01%60.2%-
HSV(B)230.45º79.13%99.61%-
XYZ22.6114.4195.36-
YUV94.7217.998.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.52%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 254 (99.61% from 255) = 64.80%
R=13.52%
G=21.68%
B=64.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal53852540.790.6700.00230.4599.0160.2
Hex3555FE4F4300e6633c
Octal651253761171030034614374
Binary1101011010101111111101001111100001100111001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3555FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3555FE; }

 p { color: rgb(53,85,254); }

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

<style>
 a { background-color: #3555FE; }

 a { background-color: rgb(53,85,254); }

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

<style>
 span { border-color: #3555FE; }

 span { border-color: rgb(53,85,254); }

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