Html Css Color HEX #4F47FE Neon Blue

📋 copy color: '#4F47FE'

red 79 ◦ green 71 ◦ blue 254

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

Shades of Neon Blue #4F47FE

Tints of Neon Blue #4F47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 19.55%
G = 17.57%
B = 62.87%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F47FE (or 0x4F47FE) is known color: Neon Blue. HEX triplet: 4F, 47 and FE. RGB value is (79,71,254). Sum of RGB (Red+Green+Blue) = 79+71+254=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F47FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F47FE is #B0B801. Grayscale: #5D5D5D. Windows color (decimal): -11581442 or 16664399. OLE color: 16664399.

HSL color Cylindrical-coordinate representation of color #4F47FE: hue angle of 242.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F47FE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 71 254 -
CMYK 0.69 0.72 0 0.00
HSL 242.62º 0.99% 0.64% -
HSV(B) 242.62º 0.72% 1% -
XYZ 23.37 13.32 95.11 -
YUV 94.25 218.15 117.12 -
System Red Green Blue C M Y K H S L
Decimal 79 71 254 0.69 0.72 0 0.00 242.62 0.99 0.64
Hex 4F 47 FE 45 48 0 0 F3 63 40
Octal 117 107 376 105 110 0 0 363 143 100
Binary 1001111 1000111 11111110 1000101 1001000 0 0 11110011 1100011 1000000

Color Harmonies of #4F47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F47FE

Black with #4F47FE

Text Example


Text Example

White with #4F47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,254); }

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

background-color css

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

 a { background-color: rgb(79,71,254); }

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

border-color css

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

 span { border-color: rgb(79,71,254); }

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