Html Css Color HEX #4C47FE Neon Blue

📋 copy color: '#4C47FE'

red 76 ◦ green 71 ◦ blue 254

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

Shades of Neon Blue #4C47FE

Tints of Neon Blue #4C47FE

RGB

 RED value IS 76 (30.08% from 255) = 18.95%

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

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

R = 18.95%
G = 17.71%
B = 63.34%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C47FE (or 0x4C47FE) is known color: Neon Blue. HEX triplet: 4C, 47 and FE. RGB value is (76,71,254). Sum of RGB (Red+Green+Blue) = 76+71+254=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C47FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C47FE is #B3B801. Grayscale: #5C5C5C. Windows color (decimal): -11778050 or 16664396. OLE color: 16664396.

HSL color Cylindrical-coordinate representation of color #4C47FE: hue angle of 241.64º 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 #4C47FE is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 71 254 -
CMYK 0.70 0.72 0 0.00
HSL 241.64º 0.99% 0.64% -
HSV(B) 241.64º 0.72% 1% -
XYZ 23.12 13.2 95.09 -
YUV 93.36 218.66 115.62 -
System Red Green Blue C M Y K H S L
Decimal 76 71 254 0.70 0.72 0 0.00 241.64 0.99 0.64
Hex 4C 47 FE 46 48 0 0 F2 63 40
Octal 114 107 376 106 110 0 0 362 143 100
Binary 1001100 1000111 11111110 1000110 1001000 0 0 11110010 1100011 1000000

Color Harmonies of #4C47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C47FE

Black with #4C47FE

Text Example


Text Example

White with #4C47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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