Html Css Color HEX #4F5DFB Neon Blue

📋 copy color: '#4F5DFB'

red 79 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #4F5DFB

Tints of Neon Blue #4F5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 18.68%
G = 21.99%
B = 59.34%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F5DFB (or 0x4F5DFB) is known color: Neon Blue. HEX triplet: 4F, 5D and FB. RGB value is (79,93,251). Sum of RGB (Red+Green+Blue) = 79+93+251=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F5DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5DFB is #B0A204. Grayscale: #6A6A6A. Windows color (decimal): -11575813 or 16473423. OLE color: 16473423.

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

Color convert

RGB 79 93 251 -
CMYK 0.69 0.63 0 0.02
HSL 235.12º 0.96% 0.65% -
HSV(B) 235.12º 0.69% 0.98% -
XYZ 24.55 16.46 93.15 -
YUV 106.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 79 93 251 0.69 0.63 0 0.02 235.12 0.96 0.65
Hex 4F 5D FB 45 3F 0 2 EB 60 41
Octal 117 135 373 105 77 0 2 353 140 101
Binary 1001111 1011101 11111011 1000101 111111 0 10 11101011 1100000 1000001

Color Harmonies of #4F5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5DFB

Black with #4F5DFB

Text Example


Text Example

White with #4F5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,93,251); }

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

background-color css

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

 a { background-color: rgb(79,93,251); }

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

border-color css

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

 span { border-color: rgb(79,93,251); }

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