Html Css Color HEX #FB65C9 Neon Pink

📋 copy color: '#FB65C9'

red 251 ◦ green 101 ◦ blue 201

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

Shades of Neon Pink #FB65C9

Tints of Neon Pink #FB65C9

RGB

 RED value IS 251 (98.44% from 255) = 45.39%

 GREEN value IS 101 (39.84% from 255) = 18.26%

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 45.39%
G = 18.26%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB65C9 (or 0xFB65C9) is known color: Neon Pink. HEX triplet: FB, 65 and C9. RGB value is (251,101,201). Sum of RGB (Red+Green+Blue) = 251+101+201=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65C9 is #049A36. Grayscale: #9D9D9D. Windows color (decimal): -301623 or 13198843. OLE color: 13198843.

HSL color Cylindrical-coordinate representation of color #FB65C9: hue angle of 320º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 201 -
CMYK 0 0.60 0.20 0.02
HSL 320º 0.95% 0.69% -
HSV(B) 320º 0.6% 0.98% -
XYZ 54.98 34.03 58.93 -
YUV 157.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 251 101 201 0 0.60 0.20 0.02 320 0.95 0.69
Hex FB 65 C9 0 3C 14 2 140 5F 45
Octal 373 145 311 0 74 24 2 500 137 105
Binary 11111011 1100101 11001001 0 111100 10100 10 101000000 1011111 1000101

Color Harmonies of #FB65C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB65C9

Black with #FB65C9

Text Example


Text Example

White with #FB65C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB65C9; }

 p { color: rgb(251,101,201); }

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

background-color css

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

 a { background-color: rgb(251,101,201); }

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

border-color css

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

 span { border-color: rgb(251,101,201); }

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