Html Css Color HEX #FD68BE Neon Pink

📋 copy color: '#FD68BE'

red 253 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #FD68BE

Tints of Neon Pink #FD68BE

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

 GREEN value IS 104 (41.02% from 255) = 19.01%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 46.25%
G = 19.01%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD68BE (or 0xFD68BE) is known color: Neon Pink. HEX triplet: FD, 68 and BE. RGB value is (253,104,190). Sum of RGB (Red+Green+Blue) = 253+104+190=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68BE is #029741. Grayscale: #9E9E9E. Windows color (decimal): -169794 or 12478717. OLE color: 12478717.

HSL color Cylindrical-coordinate representation of color #FD68BE: hue angle of 325.37º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68BE is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 104 190 -
CMYK 0 0.59 0.25 0.01
HSL 325.37º 0.97% 0.7% -
HSV(B) 325.37º 0.59% 0.99% -
XYZ 54.75 34.5 52.49 -
YUV 158.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 253 104 190 0 0.59 0.25 0.01 325.37 0.97 0.7
Hex FD 68 BE 0 3B 19 1 145 61 46
Octal 375 150 276 0 73 31 1 505 141 106
Binary 11111101 1101000 10111110 0 111011 11001 1 101000101 1100001 1000110

Color Harmonies of #FD68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68BE

Black with #FD68BE

Text Example


Text Example

White with #FD68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68BE; }

 p { color: rgb(253,104,190); }

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

background-color css

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

 a { background-color: rgb(253,104,190); }

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

border-color css

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

 span { border-color: rgb(253,104,190); }

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