Html Css Color HEX #4F38DF Neon Blue

📋 copy color: '#4F38DF'

red 79 ◦ green 56 ◦ blue 223

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

Shades of Neon Blue #4F38DF

Tints of Neon Blue #4F38DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 22.07%
G = 15.64%
B = 62.29%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F38DF (or 0x4F38DF) is known color: Neon Blue. HEX triplet: 4F, 38 and DF. RGB value is (79,56,223). Sum of RGB (Red+Green+Blue) = 79+56+223=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F38DF is #B0C720. Grayscale: #515151. Windows color (decimal): -11585313 or 14628943. OLE color: 14628943.

HSL color Cylindrical-coordinate representation of color #4F38DF: hue angle of 248.26º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F38DF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 56 223 -
CMYK 0.65 0.75 0 0.13
HSL 248.26º 0.72% 0.55% -
HSV(B) 248.26º 0.75% 0.87% -
XYZ 17.96 9.82 70.76 -
YUV 81.92 207.62 125.92 -
System Red Green Blue C M Y K H S L
Decimal 79 56 223 0.65 0.75 0 0.13 248.26 0.72 0.55
Hex 4F 38 DF 41 4B 0 D F8 48 37
Octal 117 70 337 101 113 0 15 370 110 67
Binary 1001111 111000 11011111 1000001 1001011 0 1101 11111000 1001000 110111

Color Harmonies of #4F38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F38DF

Black with #4F38DF

Text Example


Text Example

White with #4F38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,56,223); }

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

background-color css

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

 a { background-color: rgb(79,56,223); }

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

border-color css

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

 span { border-color: rgb(79,56,223); }

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