Html Css Color HEX #4E3CFD Neon Blue

📋 copy color: '#4E3CFD'

red 78 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #4E3CFD

Tints of Neon Blue #4E3CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 19.95%
G = 15.35%
B = 64.71%

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

#4E3CFD (or 0x4E3CFD) is known color: Neon Blue. HEX triplet: 4E, 3C and FD. RGB value is (78,60,253). Sum of RGB (Red+Green+Blue) = 78+60+253=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E3CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3CFD is #B1C302. Grayscale: #565656. Windows color (decimal): -11649795 or 16596046. OLE color: 16596046.

HSL color Cylindrical-coordinate representation of color #4E3CFD: hue angle of 245.6º degrees, saturation: 0.98, 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 #4E3CFD is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 60 253 -
CMYK 0.69 0.76 0 0.01
HSL 245.6º 0.98% 0.61% -
HSV(B) 245.6º 0.76% 0.99% -
XYZ 22.49 11.94 94.05 -
YUV 87.38 221.46 121.31 -
System Red Green Blue C M Y K H S L
Decimal 78 60 253 0.69 0.76 0 0.01 245.6 0.98 0.61
Hex 4E 3C FD 45 4C 0 1 F6 62 3D
Octal 116 74 375 105 114 0 1 366 142 75
Binary 1001110 111100 11111101 1000101 1001100 0 1 11110110 1100010 111101

Color Harmonies of #4E3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CFD

Black with #4E3CFD

Text Example


Text Example

White with #4E3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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