Html Css Color HEX #4F48FF Neon Blue

📋 copy color: '#4F48FF'

red 79 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #4F48FF

Tints of Neon Blue #4F48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 19.46%
G = 17.73%
B = 62.81%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F48FF (or 0x4F48FF) is known color: Neon Blue. HEX triplet: 4F, 48 and FF. RGB value is (79,72,255). Sum of RGB (Red+Green+Blue) = 79+72+255=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F48FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F48FF is #B0B700. Grayscale: #5E5E5E. Windows color (decimal): -11581185 or 16730191. OLE color: 16730191.

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

Color convert

RGB 79 72 255 -
CMYK 0.69 0.72 0 0
HSL 242.3º 1% 0.64% -
HSV(B) 242.3º 0.72% 1% -
XYZ 23.59 13.52 95.97 -
YUV 94.96 218.32 116.62 -
System Red Green Blue C M Y K H S L
Decimal 79 72 255 0.69 0.72 0 0 242.3 1 0.64
Hex 4F 48 FF 45 48 0 0 F2 64 40
Octal 117 110 377 105 110 0 0 362 144 100
Binary 1001111 1001000 11111111 1000101 1001000 0 0 11110010 1100100 1000000

Color Harmonies of #4F48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F48FF

Black with #4F48FF

Text Example


Text Example

White with #4F48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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