Html Css Color HEX #4F4BFE Neon Blue

📋 copy color: '#4F4BFE'

red 79 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #4F4BFE

Tints of Neon Blue #4F4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 19.36%
G = 18.38%
B = 62.25%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4F4BFE (or 0x4F4BFE) is known color: Neon Blue. HEX triplet: 4F, 4B and FE. RGB value is (79,75,254). Sum of RGB (Red+Green+Blue) = 79+75+254=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F4BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F4BFE is #B0B401. Grayscale: #5F5F5F. Windows color (decimal): -11580418 or 16665423. OLE color: 16665423.

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

Color convert

RGB 79 75 254 -
CMYK 0.69 0.70 0 0.00
HSL 241.34º 0.99% 0.65% -
HSV(B) 241.34º 0.7% 1% -
XYZ 23.63 13.85 95.19 -
YUV 96.6 216.83 115.45 -
System Red Green Blue C M Y K H S L
Decimal 79 75 254 0.69 0.70 0 0.00 241.34 0.99 0.65
Hex 4F 4B FE 45 46 0 0 F1 63 41
Octal 117 113 376 105 106 0 0 361 143 101
Binary 1001111 1001011 11111110 1000101 1000110 0 0 11110001 1100011 1000001

Color Harmonies of #4F4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4BFE

Black with #4F4BFE

Text Example


Text Example

White with #4F4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,75,254); }

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

background-color css

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

 a { background-color: rgb(79,75,254); }

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

border-color css

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

 span { border-color: rgb(79,75,254); }

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