Html Css Color HEX #FF6BCD Neon Pink

📋 copy color: '#FF6BCD'

red 255 ◦ green 107 ◦ blue 205

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

Shades of Neon Pink #FF6BCD

Tints of Neon Pink #FF6BCD

RGB

 RED value IS 255 (100% from 255) = 44.97%

 GREEN value IS 107 (42.19% from 255) = 18.87%

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 44.97%
G = 18.87%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF6BCD (or 0xFF6BCD) is known color: Neon Pink. HEX triplet: FF, 6B and CD. RGB value is (255,107,205). Sum of RGB (Red+Green+Blue) = 255+107+205=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BCD is #009432. Grayscale: #A2A2A2. Windows color (decimal): -37939 or 13462527. OLE color: 13462527.

HSL color Cylindrical-coordinate representation of color #FF6BCD: hue angle of 320.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BCD is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 205 -
CMYK 0 0.58 0.20 0
HSL 320.27º 1% 0.71% -
HSV(B) 320.27º 0.58% 1% -
XYZ 57.52 36.18 61.71 -
YUV 162.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 255 107 205 0 0.58 0.20 0 320.27 1 0.71
Hex FF 6B CD 0 3A 14 0 140 64 47
Octal 377 153 315 0 72 24 0 500 144 107
Binary 11111111 1101011 11001101 0 111010 10100 0 101000000 1100100 1000111

Color Harmonies of #FF6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6BCD

Black with #FF6BCD

Text Example


Text Example

White with #FF6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6BCD; }

 p { color: rgb(255,107,205); }

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

background-color css

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

 a { background-color: rgb(255,107,205); }

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

border-color css

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

 span { border-color: rgb(255,107,205); }

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