Html Css Color HEX #4F58FF Neon Blue

📋 copy color: '#4F58FF'

red 79 ◦ green 88 ◦ blue 255

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

Shades of Neon Blue #4F58FF

Tints of Neon Blue #4F58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

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

R = 18.72%
G = 20.85%
B = 60.43%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F58FF (or 0x4F58FF) is known color: Neon Blue. HEX triplet: 4F, 58 and FF. RGB value is (79,88,255). Sum of RGB (Red+Green+Blue) = 79+88+255=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F58FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F58FF is #B0A700. Grayscale: #676767. Windows color (decimal): -11577089 or 16734287. OLE color: 16734287.

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

Color convert

RGB 79 88 255 -
CMYK 0.69 0.65 0 0
HSL 236.93º 1% 0.65% -
HSV(B) 236.93º 0.69% 1% -
XYZ 24.76 15.86 96.36 -
YUV 104.35 213.02 109.92 -
System Red Green Blue C M Y K H S L
Decimal 79 88 255 0.69 0.65 0 0 236.93 1 0.65
Hex 4F 58 FF 45 41 0 0 ED 64 41
Octal 117 130 377 105 101 0 0 355 144 101
Binary 1001111 1011000 11111111 1000101 1000001 0 0 11101101 1100100 1000001

Color Harmonies of #4F58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F58FF

Black with #4F58FF

Text Example


Text Example

White with #4F58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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