Html Css Color HEX #4E44FD Neon Blue

📋 copy color: '#4E44FD'

red 78 ◦ green 68 ◦ blue 253

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

Shades of Neon Blue #4E44FD

Tints of Neon Blue #4E44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

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

R = 19.55%
G = 17.04%
B = 63.41%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E44FD (or 0x4E44FD) is known color: Neon Blue. HEX triplet: 4E, 44 and FD. RGB value is (78,68,253). Sum of RGB (Red+Green+Blue) = 78+68+253=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E44FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E44FD is #B1BB02. Grayscale: #5B5B5B. Windows color (decimal): -11647747 or 16598094. OLE color: 16598094.

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

Color convert

RGB 78 68 253 -
CMYK 0.69 0.73 0 0.01
HSL 243.24º 0.98% 0.63% -
HSV(B) 243.24º 0.73% 0.99% -
XYZ 22.94 12.85 94.2 -
YUV 92.08 218.81 117.96 -
System Red Green Blue C M Y K H S L
Decimal 78 68 253 0.69 0.73 0 0.01 243.24 0.98 0.63
Hex 4E 44 FD 45 49 0 1 F3 62 3F
Octal 116 104 375 105 111 0 1 363 142 77
Binary 1001110 1000100 11111101 1000101 1001001 0 1 11110011 1100010 111111

Color Harmonies of #4E44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E44FD

Black with #4E44FD

Text Example


Text Example

White with #4E44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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