Html Css Color HEX #FF6BDD Neon Pink

📋 copy color: '#FF6BDD'

red 255 ◦ green 107 ◦ blue 221

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

Shades of Neon Pink #FF6BDD

Tints of Neon Pink #FF6BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 43.74%
G = 18.35%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF6BDD (or 0xFF6BDD) is known color: Neon Pink. HEX triplet: FF, 6B and DD. RGB value is (255,107,221). Sum of RGB (Red+Green+Blue) = 255+107+221=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BDD is #009422. Grayscale: #A3A3A3. Windows color (decimal): -37923 or 14511103. OLE color: 14511103.

HSL color Cylindrical-coordinate representation of color #FF6BDD: hue angle of 313.78º 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 #FF6BDD is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 221 -
CMYK 0 0.58 0.13 0
HSL 313.78º 1% 0.71% -
HSV(B) 313.78º 0.58% 1% -
XYZ 59.55 37 72.41 -
YUV 164.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 255 107 221 0 0.58 0.13 0 313.78 1 0.71
Hex FF 6B DD 0 3A D 0 13A 64 47
Octal 377 153 335 0 72 15 0 472 144 107
Binary 11111111 1101011 11011101 0 111010 1101 0 100111010 1100100 1000111

Color Harmonies of #FF6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6BDD

Black with #FF6BDD

Text Example


Text Example

White with #FF6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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