Html Css Color HEX #4850FB Neon Blue

📋 copy color: '#4850FB'

red 72 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #4850FB

Tints of Neon Blue #4850FB

RGB

 RED value IS 72 (28.52% from 255) = 17.87%

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 17.87%
G = 19.85%
B = 62.28%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4850FB (or 0x4850FB) is known color: Neon Blue. HEX triplet: 48, 50 and FB. RGB value is (72,80,251). Sum of RGB (Red+Green+Blue) = 72+80+251=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4850FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4850FB is #B7AF04. Grayscale: #606060. Windows color (decimal): -12037893 or 16470088. OLE color: 16470088.

HSL color Cylindrical-coordinate representation of color #4850FB: hue angle of 237.32º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4850FB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 80 251 -
CMYK 0.71 0.68 0 0.02
HSL 237.32º 0.96% 0.63% -
HSV(B) 237.32º 0.71% 0.98% -
XYZ 22.95 14.08 92.77 -
YUV 97.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 72 80 251 0.71 0.68 0 0.02 237.32 0.96 0.63
Hex 48 50 FB 47 44 0 2 ED 60 3F
Octal 110 120 373 107 104 0 2 355 140 77
Binary 1001000 1010000 11111011 1000111 1000100 0 10 11101101 1100000 111111

Color Harmonies of #4850FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4850FB

Black with #4850FB

Text Example


Text Example

White with #4850FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4850FB; }

 p { color: rgb(72,80,251); }

 H1.HeaderClassName
 {
   color: #4850FB;
 }
 .AnyTagClassName
 {
   color: #4850FB;
 }
</style>

background-color css

<style>
 a { background-color: #4850FB; }

 a { background-color: rgb(72,80,251); }

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

border-color css

<style>
 span { border-color: #4850FB; }

 span { border-color: rgb(72,80,251); }

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