Html Css Color HEX #4F38FF Neon Blue

📋 copy color: '#4F38FF'

red 79 ◦ green 56 ◦ blue 255

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

Shades of Neon Blue #4F38FF

Tints of Neon Blue #4F38FF

RGB

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

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

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

R = 20.26%
G = 14.36%
B = 65.38%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F38FF (or 0x4F38FF) is known color: Neon Blue. HEX triplet: 4F, 38 and FF. RGB value is (79,56,255). Sum of RGB (Red+Green+Blue) = 79+56+255=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F38FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F38FF is #B0C700. Grayscale: #545454. Windows color (decimal): -11585281 or 16726095. OLE color: 16726095.

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

Color convert

RGB 79 56 255 -
CMYK 0.69 0.78 0 0
HSL 246.93º 1% 0.61% -
HSV(B) 246.93º 0.78% 1% -
XYZ 22.69 11.71 95.67 -
YUV 85.56 223.62 123.32 -
System Red Green Blue C M Y K H S L
Decimal 79 56 255 0.69 0.78 0 0 246.93 1 0.61
Hex 4F 38 FF 45 4E 0 0 F7 64 3D
Octal 117 70 377 105 116 0 0 367 144 75
Binary 1001111 111000 11111111 1000101 1001110 0 0 11110111 1100100 111101

Color Harmonies of #4F38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F38FF

Black with #4F38FF

Text Example


Text Example

White with #4F38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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