Html Css Color HEX #4E5FFF Neon Blue

📋 copy color: '#4E5FFF'

red 78 ◦ green 95 ◦ blue 255

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

Shades of Neon Blue #4E5FFF

Tints of Neon Blue #4E5FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.58%

R = 18.22%
G = 22.2%
B = 59.58%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E5FFF (or 0x4E5FFF) is known color: Neon Blue. HEX triplet: 4E, 5F and FF. RGB value is (78,95,255). Sum of RGB (Red+Green+Blue) = 78+95+255=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5FFF is #B1A000. Grayscale: #6B6B6B. Windows color (decimal): -11640833 or 16736078. OLE color: 16736078.

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

Color convert

RGB 78 95 255 -
CMYK 0.69 0.63 0 0
HSL 234.24º 1% 0.65% -
HSV(B) 234.24º 0.69% 1% -
XYZ 25.28 17.02 96.56 -
YUV 108.16 210.87 106.49 -
System Red Green Blue C M Y K H S L
Decimal 78 95 255 0.69 0.63 0 0 234.24 1 0.65
Hex 4E 5F FF 45 3F 0 0 EA 64 41
Octal 116 137 377 105 77 0 0 352 144 101
Binary 1001110 1011111 11111111 1000101 111111 0 0 11101010 1100100 1000001

Color Harmonies of #4E5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5FFF

Black with #4E5FFF

Text Example


Text Example

White with #4E5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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