Html Css Color HEX #F65DCB Neon Pink

📋 copy color: '#F65DCB'

red 246 ◦ green 93 ◦ blue 203

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

Shades of Neon Pink #F65DCB

Tints of Neon Pink #F65DCB

RGB

 RED value IS 246 (96.48% from 255) = 45.39%

 GREEN value IS 93 (36.72% from 255) = 17.16%

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

R = 45.39%
G = 17.16%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F65DCB (or 0xF65DCB) is known color: Neon Pink. HEX triplet: F6, 5D and CB. RGB value is (246,93,203). Sum of RGB (Red+Green+Blue) = 246+93+203=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DCB is #09A234. Grayscale: #979797. Windows color (decimal): -631349 or 13327862. OLE color: 13327862.

HSL color Cylindrical-coordinate representation of color #F65DCB: hue angle of 316.86º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65DCB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 93 203 -
CMYK 0 0.62 0.17 0.04
HSL 316.86º 0.89% 0.66% -
HSV(B) 316.86º 0.62% 0.96% -
XYZ 52.7 31.73 59.85 -
YUV 151.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 246 93 203 0 0.62 0.17 0.04 316.86 0.89 0.66
Hex F6 5D CB 0 3E 11 4 13D 59 42
Octal 366 135 313 0 76 21 4 475 131 102
Binary 11110110 1011101 11001011 0 111110 10001 100 100111101 1011001 1000010

Color Harmonies of #F65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65DCB

Black with #F65DCB

Text Example


Text Example

White with #F65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65DCB; }

 p { color: rgb(246,93,203); }

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

background-color css

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

 a { background-color: rgb(246,93,203); }

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

border-color css

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

 span { border-color: rgb(246,93,203); }

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