Html Css Color HEX #4D52FB Neon Blue

📋 copy color: '#4D52FB'

red 77 ◦ green 82 ◦ blue 251

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

Shades of Neon Blue #4D52FB

Tints of Neon Blue #4D52FB

RGB

 RED value IS 77 (30.47% from 255) = 18.78%

 GREEN value IS 82 (32.42% from 255) = 20%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 18.78%
G = 20%
B = 61.22%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D52FB (or 0x4D52FB) is known color: Neon Blue. HEX triplet: 4D, 52 and FB. RGB value is (77,82,251). Sum of RGB (Red+Green+Blue) = 77+82+251=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D52FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D52FB is #B2AD04. Grayscale: #636363. Windows color (decimal): -11709701 or 16470605. OLE color: 16470605.

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

Color convert

RGB 77 82 251 -
CMYK 0.69 0.67 0 0.02
HSL 238.28º 0.96% 0.64% -
HSV(B) 238.28º 0.69% 0.98% -
XYZ 23.49 14.58 92.84 -
YUV 99.77 213.34 111.76 -
System Red Green Blue C M Y K H S L
Decimal 77 82 251 0.69 0.67 0 0.02 238.28 0.96 0.64
Hex 4D 52 FB 45 43 0 2 EE 60 40
Octal 115 122 373 105 103 0 2 356 140 100
Binary 1001101 1010010 11111011 1000101 1000011 0 10 11101110 1100000 1000000

Color Harmonies of #4D52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D52FB

Black with #4D52FB

Text Example


Text Example

White with #4D52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,251); }

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

background-color css

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

 a { background-color: rgb(77,82,251); }

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

border-color css

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

 span { border-color: rgb(77,82,251); }

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