Html Css Color HEX #FB65C6 Neon Pink

📋 copy color: '#FB65C6'

red 251 ◦ green 101 ◦ blue 198

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

Shades of Neon Pink #FB65C6

Tints of Neon Pink #FB65C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36%

R = 45.64%
G = 18.36%
B = 36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB65C6 (or 0xFB65C6) is known color: Neon Pink. HEX triplet: FB, 65 and C6. RGB value is (251,101,198). Sum of RGB (Red+Green+Blue) = 251+101+198=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65C6 is #049A39. Grayscale: #9C9C9C. Windows color (decimal): -301626 or 13002235. OLE color: 13002235.

HSL color Cylindrical-coordinate representation of color #FB65C6: hue angle of 321.2º 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 #FB65C6 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 198 -
CMYK 0 0.60 0.21 0.02
HSL 321.2º 0.95% 0.69% -
HSV(B) 321.2º 0.6% 0.98% -
XYZ 54.63 33.89 57.09 -
YUV 156.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 251 101 198 0 0.60 0.21 0.02 321.2 0.95 0.69
Hex FB 65 C6 0 3C 15 2 141 5F 45
Octal 373 145 306 0 74 25 2 501 137 105
Binary 11111011 1100101 11000110 0 111100 10101 10 101000001 1011111 1000101

Color Harmonies of #FB65C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB65C6

Black with #FB65C6

Text Example


Text Example

White with #FB65C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB65C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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