Html Css Color HEX #4F41DD Neon Blue

📋 copy color: '#4F41DD'

red 79 ◦ green 65 ◦ blue 221

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

Shades of Neon Blue #4F41DD

Tints of Neon Blue #4F41DD

RGB

 RED value IS 79 (31.25% from 255) = 21.64%

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 21.64%
G = 17.81%
B = 60.55%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F41DD (or 0x4F41DD) is known color: Neon Blue. HEX triplet: 4F, 41 and DD. RGB value is (79,65,221). Sum of RGB (Red+Green+Blue) = 79+65+221=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F41DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41DD is #B0BE22. Grayscale: #565656. Windows color (decimal): -11583011 or 14500175. OLE color: 14500175.

HSL color Cylindrical-coordinate representation of color #4F41DD: hue angle of 245.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F41DD is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 65 221 -
CMYK 0.64 0.71 0 0.13
HSL 245.38º 0.7% 0.56% -
HSV(B) 245.38º 0.71% 0.87% -
XYZ 18.17 10.66 69.51 -
YUV 86.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 79 65 221 0.64 0.71 0 0.13 245.38 0.7 0.56
Hex 4F 41 DD 40 47 0 D F5 46 38
Octal 117 101 335 100 107 0 15 365 106 70
Binary 1001111 1000001 11011101 1000000 1000111 0 1101 11110101 1000110 111000

Color Harmonies of #4F41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F41DD

Black with #4F41DD

Text Example


Text Example

White with #4F41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F41DD; }

 p { color: rgb(79,65,221); }

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

background-color css

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

 a { background-color: rgb(79,65,221); }

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

border-color css

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

 span { border-color: rgb(79,65,221); }

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