Html Css Color HEX #4F5BFF Neon Blue

📋 copy color: '#4F5BFF'

red 79 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #4F5BFF

Tints of Neon Blue #4F5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 18.59%
G = 21.41%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F5BFF (or 0x4F5BFF) is known color: Neon Blue. HEX triplet: 4F, 5B and FF. RGB value is (79,91,255). Sum of RGB (Red+Green+Blue) = 79+91+255=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F5BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5BFF is #B0A400. Grayscale: #696969. Windows color (decimal): -11576321 or 16735055. OLE color: 16735055.

HSL color Cylindrical-coordinate representation of color #4F5BFF: hue angle of 235.91º 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 #4F5BFF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 91 255 -
CMYK 0.69 0.64 0 0
HSL 235.91º 1% 0.65% -
HSV(B) 235.91º 0.69% 1% -
XYZ 25.02 16.36 96.45 -
YUV 106.11 212.02 108.66 -
System Red Green Blue C M Y K H S L
Decimal 79 91 255 0.69 0.64 0 0 235.91 1 0.65
Hex 4F 5B FF 45 40 0 0 EC 64 41
Octal 117 133 377 105 100 0 0 354 144 101
Binary 1001111 1011011 11111111 1000101 1000000 0 0 11101100 1100100 1000001

Color Harmonies of #4F5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5BFF

Black with #4F5BFF

Text Example


Text Example

White with #4F5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,255); }

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

background-color css

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

 a { background-color: rgb(79,91,255); }

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

border-color css

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

 span { border-color: rgb(79,91,255); }

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