Html Css Color HEX #4E3CFC Neon Blue

📋 copy color: '#4E3CFC'

red 78 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #4E3CFC

Tints of Neon Blue #4E3CFC

RGB

 RED value IS 78 (30.86% from 255) = 20%

 GREEN value IS 60 (23.83% from 255) = 15.38%

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 20%
G = 15.38%
B = 64.62%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E3CFC (or 0x4E3CFC) is known color: Neon Blue. HEX triplet: 4E, 3C and FC. RGB value is (78,60,252). Sum of RGB (Red+Green+Blue) = 78+60+252=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3CFC is #B1C303. Grayscale: #565656. Windows color (decimal): -11649796 or 16530510. OLE color: 16530510.

HSL color Cylindrical-coordinate representation of color #4E3CFC: hue angle of 245.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E3CFC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 60 252 -
CMYK 0.69 0.76 0 0.01
HSL 245.63º 0.97% 0.61% -
HSV(B) 245.63º 0.76% 0.99% -
XYZ 22.33 11.88 93.21 -
YUV 87.27 220.96 121.39 -
System Red Green Blue C M Y K H S L
Decimal 78 60 252 0.69 0.76 0 0.01 245.63 0.97 0.61
Hex 4E 3C FC 45 4C 0 1 F6 61 3D
Octal 116 74 374 105 114 0 1 366 141 75
Binary 1001110 111100 11111100 1000101 1001100 0 1 11110110 1100001 111101

Color Harmonies of #4E3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CFC

Black with #4E3CFC

Text Example


Text Example

White with #4E3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,252); }

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

background-color css

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

 a { background-color: rgb(78,60,252); }

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

border-color css

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

 span { border-color: rgb(78,60,252); }

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