Html Css Color HEX #4E5FF7 Neon Blue

📋 copy color: '#4E5FF7'

red 78 ◦ green 95 ◦ blue 247

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

Shades of Neon Blue #4E5FF7

Tints of Neon Blue #4E5FF7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

 BLUE value IS 247 (96.88% from 255) = 58.81%

R = 18.57%
G = 22.62%
B = 58.81%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4E5FF7 (or 0x4E5FF7) is known color: Neon Blue. HEX triplet: 4E, 5F and F7. RGB value is (78,95,247). Sum of RGB (Red+Green+Blue) = 78+95+247=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #4E5FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5FF7 is #B1A008. Grayscale: #6A6A6A. Windows color (decimal): -11640841 or 16211790. OLE color: 16211790.

HSL color Cylindrical-coordinate representation of color #4E5FF7: hue angle of 233.96º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E5FF7 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 95 247 -
CMYK 0.68 0.62 0 0.03
HSL 233.96º 0.91% 0.64% -
HSV(B) 233.96º 0.68% 0.97% -
XYZ 24.02 16.52 89.92 -
YUV 107.25 206.87 107.14 -
System Red Green Blue C M Y K H S L
Decimal 78 95 247 0.68 0.62 0 0.03 233.96 0.91 0.64
Hex 4E 5F F7 44 3E 0 3 EA 5B 40
Octal 116 137 367 104 76 0 3 352 133 100
Binary 1001110 1011111 11110111 1000100 111110 0 11 11101010 1011011 1000000

Color Harmonies of #4E5FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5FF7

Black with #4E5FF7

Text Example


Text Example

White with #4E5FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,95,247); }

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

background-color css

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

 a { background-color: rgb(78,95,247); }

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

border-color css

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

 span { border-color: rgb(78,95,247); }

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