Html Css Color HEX #FA75CB Neon Pink

📋 copy color: '#FA75CB'

red 250 ◦ green 117 ◦ blue 203

#FA75CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FA75CB

Tints of Neon Pink #FA75CB

RGB

 RED value IS 250 (98.05% from 255) = 43.86%

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 43.86%
G = 20.53%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA75CB (or 0xFA75CB) is known color: Neon Pink. HEX triplet: FA, 75 and CB. RGB value is (250,117,203). Sum of RGB (Red+Green+Blue) = 250+117+203=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75CB is #058A34. Grayscale: #A6A6A6. Windows color (decimal): -363061 or 13334010. OLE color: 13334010.

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

Color convert

RGB 250 117 203 -
CMYK 0 0.53 0.19 0.02
HSL 321.2º 0.93% 0.72% -
HSV(B) 321.2º 0.53% 0.98% -
XYZ 56.57 37.36 60.73 -
YUV 166.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 250 117 203 0 0.53 0.19 0.02 321.2 0.93 0.72
Hex FA 75 CB 0 35 13 2 141 5D 48
Octal 372 165 313 0 65 23 2 501 135 110
Binary 11111010 1110101 11001011 0 110101 10011 10 101000001 1011101 1001000

Color Harmonies of #FA75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75CB

Black with #FA75CB

Text Example


Text Example

White with #FA75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75CB; }

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

 H1.HeaderClassName
 {
   color: #FA75CB;
 }
 .AnyTagClassName
 {
   color: #FA75CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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