Html Css Color HEX #4F53FF Neon Blue

📋 copy color: '#4F53FF'

red 79 ◦ green 83 ◦ blue 255

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

Shades of Neon Blue #4F53FF

Tints of Neon Blue #4F53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 18.94%
G = 19.9%
B = 61.15%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F53FF (or 0x4F53FF) is known color: Neon Blue. HEX triplet: 4F, 53 and FF. RGB value is (79,83,255). Sum of RGB (Red+Green+Blue) = 79+83+255=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F53FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F53FF is #B0AC00. Grayscale: #646464. Windows color (decimal): -11578369 or 16733007. OLE color: 16733007.

HSL color Cylindrical-coordinate representation of color #4F53FF: hue angle of 238.64º 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 #4F53FF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 83 255 -
CMYK 0.69 0.67 0 0
HSL 238.64º 1% 0.65% -
HSV(B) 238.64º 0.69% 1% -
XYZ 24.37 15.07 96.23 -
YUV 101.41 214.67 112.01 -
System Red Green Blue C M Y K H S L
Decimal 79 83 255 0.69 0.67 0 0 238.64 1 0.65
Hex 4F 53 FF 45 43 0 0 EF 64 41
Octal 117 123 377 105 103 0 0 357 144 101
Binary 1001111 1010011 11111111 1000101 1000011 0 0 11101111 1100100 1000001

Color Harmonies of #4F53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F53FF

Black with #4F53FF

Text Example


Text Example

White with #4F53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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