Html Css Color HEX #4F4DFF Neon Blue

📋 copy color: '#4F4DFF'

red 79 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #4F4DFF

Tints of Neon Blue #4F4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.73%

 BLUE value IS 255 (100% from 255) = 62.04%

R = 19.22%
G = 18.73%
B = 62.04%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F4DFF (or 0x4F4DFF) is known color: Neon Blue. HEX triplet: 4F, 4D and FF. RGB value is (79,77,255). Sum of RGB (Red+Green+Blue) = 79+77+255=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F4DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F4DFF is #B0B200. Grayscale: #616161. Windows color (decimal): -11579905 or 16731471. OLE color: 16731471.

HSL color Cylindrical-coordinate representation of color #4F4DFF: hue angle of 240.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F4DFF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 77 255 -
CMYK 0.69 0.70 0 0
HSL 240.67º 1% 0.65% -
HSV(B) 240.67º 0.7% 1% -
XYZ 23.93 14.19 96.09 -
YUV 97.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 79 77 255 0.69 0.70 0 0 240.67 1 0.65
Hex 4F 4D FF 45 46 0 0 F1 64 41
Octal 117 115 377 105 106 0 0 361 144 101
Binary 1001111 1001101 11111111 1000101 1000110 0 0 11110001 1100100 1000001

Color Harmonies of #4F4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DFF

Black with #4F4DFF

Text Example


Text Example

White with #4F4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,77,255); }

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

background-color css

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

 a { background-color: rgb(79,77,255); }

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

border-color css

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

 span { border-color: rgb(79,77,255); }

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