Html Css Color HEX #F565BD Neon Pink

📋 copy color: '#F565BD'

red 245 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #F565BD

Tints of Neon Pink #F565BD

RGB

 RED value IS 245 (96.09% from 255) = 45.79%

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 45.79%
G = 18.88%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F565BD (or 0xF565BD) is known color: Neon Pink. HEX triplet: F5, 65 and BD. RGB value is (245,101,189). Sum of RGB (Red+Green+Blue) = 245+101+189=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F565BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565BD is #0A9A42. Grayscale: #999999. Windows color (decimal): -694851 or 12412405. OLE color: 12412405.

HSL color Cylindrical-coordinate representation of color #F565BD: hue angle of 323.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565BD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 189 -
CMYK 0 0.59 0.23 0.04
HSL 323.33º 0.88% 0.68% -
HSV(B) 323.33º 0.59% 0.96% -
XYZ 51.5 32.39 51.68 -
YUV 154.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 245 101 189 0 0.59 0.23 0.04 323.33 0.88 0.68
Hex F5 65 BD 0 3B 17 4 143 58 44
Octal 365 145 275 0 73 27 4 503 130 104
Binary 11110101 1100101 10111101 0 111011 10111 100 101000011 1011000 1000100

Color Harmonies of #F565BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565BD

Black with #F565BD

Text Example


Text Example

White with #F565BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565BD; }

 p { color: rgb(245,101,189); }

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

background-color css

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

 a { background-color: rgb(245,101,189); }

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

border-color css

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

 span { border-color: rgb(245,101,189); }

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