Html Css Color HEX #4851FB Neon Blue

📋 copy color: '#4851FB'

red 72 ◦ green 81 ◦ blue 251

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

Shades of Neon Blue #4851FB

Tints of Neon Blue #4851FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.05%

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

R = 17.82%
G = 20.05%
B = 62.13%

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

#4851FB (or 0x4851FB) is known color: Neon Blue. HEX triplet: 48, 51 and FB. RGB value is (72,81,251). Sum of RGB (Red+Green+Blue) = 72+81+251=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #4851FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4851FB is #B7AE04. Grayscale: #616161. Windows color (decimal): -12037637 or 16470344. OLE color: 16470344.

HSL color Cylindrical-coordinate representation of color #4851FB: hue angle of 236.98º 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 #4851FB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 81 251 -
CMYK 0.71 0.68 0 0.02
HSL 236.98º 0.96% 0.63% -
HSV(B) 236.98º 0.71% 0.98% -
XYZ 23.03 14.23 92.8 -
YUV 97.69 214.52 109.68 -
System Red Green Blue C M Y K H S L
Decimal 72 81 251 0.71 0.68 0 0.02 236.98 0.96 0.63
Hex 48 51 FB 47 44 0 2 ED 60 3F
Octal 110 121 373 107 104 0 2 355 140 77
Binary 1001000 1010001 11111011 1000111 1000100 0 10 11101101 1100000 111111

Color Harmonies of #4851FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4851FB

Black with #4851FB

Text Example


Text Example

White with #4851FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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