Html Css Color HEX #484EFB Neon Blue

📋 copy color: '#484EFB'

red 72 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #484EFB

Tints of Neon Blue #484EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.45%

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

R = 17.96%
G = 19.45%
B = 62.59%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#484EFB (or 0x484EFB) is known color: Neon Blue. HEX triplet: 48, 4E and FB. RGB value is (72,78,251). Sum of RGB (Red+Green+Blue) = 72+78+251=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #484EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #484EFB is #B7B104. Grayscale: #5F5F5F. Windows color (decimal): -12038405 or 16469576. OLE color: 16469576.

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

Color convert

RGB 72 78 251 -
CMYK 0.71 0.69 0 0.02
HSL 237.99º 0.96% 0.63% -
HSV(B) 237.99º 0.71% 0.98% -
XYZ 22.81 13.79 92.73 -
YUV 95.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 72 78 251 0.71 0.69 0 0.02 237.99 0.96 0.63
Hex 48 4E FB 47 45 0 2 EE 60 3F
Octal 110 116 373 107 105 0 2 356 140 77
Binary 1001000 1001110 11111011 1000111 1000101 0 10 11101110 1100000 111111

Color Harmonies of #484EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484EFB

Black with #484EFB

Text Example


Text Example

White with #484EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484EFB; }

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

 H1.HeaderClassName
 {
   color: #484EFB;
 }
 .AnyTagClassName
 {
   color: #484EFB;
 }
</style>

background-color css

<style>
 a { background-color: #484EFB; }

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

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

border-color css

<style>
 span { border-color: #484EFB; }

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

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