Html Css Color HEX #484CEB Neon Blue

📋 copy color: '#484CEB'

red 72 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #484CEB

Tints of Neon Blue #484CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 18.8%
G = 19.84%
B = 61.36%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#484CEB (or 0x484CEB) is known color: Neon Blue. HEX triplet: 48, 4C and EB. RGB value is (72,76,235). Sum of RGB (Red+Green+Blue) = 72+76+235=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #484CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CEB is #B7B314. Grayscale: #5C5C5C. Windows color (decimal): -12038933 or 15420488. OLE color: 15420488.

HSL color Cylindrical-coordinate representation of color #484CEB: hue angle of 238.53º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484CEB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 76 235 -
CMYK 0.69 0.68 0 0.08
HSL 238.53º 0.8% 0.6% -
HSV(B) 238.53º 0.69% 0.92% -
XYZ 20.25 12.54 79.95 -
YUV 92.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 72 76 235 0.69 0.68 0 0.08 238.53 0.8 0.6
Hex 48 4C EB 45 44 0 8 EF 50 3C
Octal 110 114 353 105 104 0 10 357 120 74
Binary 1001000 1001100 11101011 1000101 1000100 0 1000 11101111 1010000 111100

Color Harmonies of #484CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CEB

Black with #484CEB

Text Example


Text Example

White with #484CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,235); }

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

background-color css

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

 a { background-color: rgb(72,76,235); }

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

border-color css

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

 span { border-color: rgb(72,76,235); }

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