Html Css Color HEX #4F55EB Neon Blue

📋 copy color: '#4F55EB'

red 79 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #4F55EB

Tints of Neon Blue #4F55EB

RGB

 RED value IS 79 (31.25% from 255) = 19.8%

 GREEN value IS 85 (33.59% from 255) = 21.3%

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 19.8%
G = 21.3%
B = 58.9%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F55EB (or 0x4F55EB) is known color: Neon Blue. HEX triplet: 4F, 55 and EB. RGB value is (79,85,235). Sum of RGB (Red+Green+Blue) = 79+85+235=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F55EB is #B0AA14. Grayscale: #636363. Windows color (decimal): -11577877 or 15422799. OLE color: 15422799.

HSL color Cylindrical-coordinate representation of color #4F55EB: hue angle of 237.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F55EB is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 85 235 -
CMYK 0.66 0.64 0 0.08
HSL 237.69º 0.8% 0.62% -
HSV(B) 237.69º 0.66% 0.92% -
XYZ 21.47 14.16 80.2 -
YUV 100.31 204.01 112.8 -
System Red Green Blue C M Y K H S L
Decimal 79 85 235 0.66 0.64 0 0.08 237.69 0.8 0.62
Hex 4F 55 EB 42 40 0 8 EE 50 3E
Octal 117 125 353 102 100 0 10 356 120 76
Binary 1001111 1010101 11101011 1000010 1000000 0 1000 11101110 1010000 111110

Color Harmonies of #4F55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F55EB

Black with #4F55EB

Text Example


Text Example

White with #4F55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,85,235); }

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

background-color css

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

 a { background-color: rgb(79,85,235); }

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

border-color css

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

 span { border-color: rgb(79,85,235); }

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