#fa58cb

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

Shades of Neon Pink #FA58CB

Tints of Neon Pink #FA58CB

Color information

#FA58CB (or 0xFA58CB) is unknown color: approx Neon Pink. HEX triplet: FA, 58 and CB. RGB value is (250,88,203). Sum of RGB (Red+Green+Blue) = 250+88+203=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58CB is #05A734. Grayscale: #959595. Windows color (decimal): -370485 or 13326586. OLE color: 13326586.

HSL color Cylindrical-coordinate representation of color #FA58CB: hue angle of 317.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58CB is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB25088203-
CMYK00.650.190.02
HSL317.41º94.19%66.27%-
HSV(B)317.41º64.8%98.04%-
XYZ53.6931.6259.77-
YUV149.55158.17199.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 88 (34.77% from 255) = 16.27%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=46.21%
G=16.27%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508820300.650.190.02317.4194.1966.27
HexFA58CB04113213d5e42
Octal3721303130101232475136102
Binary1111101010110001100101101000001100111010011110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa58cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa58cb; }

 p { color: rgb(250,88,203); }

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

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

 a { background-color: rgb(250,88,203); }

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

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

 span { border-color: rgb(250,88,203); }

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