Html Css Color HEX #484BE3 Neon Blue

📋 copy color: '#484BE3'

red 72 ◦ green 75 ◦ blue 227

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

Shades of Neon Blue #484BE3

Tints of Neon Blue #484BE3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 227 (89.06% from 255) = 60.7%

R = 19.25%
G = 20.05%
B = 60.7%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#484BE3 (or 0x484BE3) is known color: Neon Blue. HEX triplet: 48, 4B and E3. RGB value is (72,75,227). Sum of RGB (Red+Green+Blue) = 72+75+227=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 227 (89.06% from 255 or 60.70% from 374); Max value from RGB is 227 - color contains mainly: blue. Hex color #484BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BE3 is #B7B41C. Grayscale: #5A5A5A. Windows color (decimal): -12039197 or 14895944. OLE color: 14895944.

HSL color Cylindrical-coordinate representation of color #484BE3: hue angle of 238.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484BE3 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 75 227 -
CMYK 0.68 0.67 0 0.11
HSL 238.84º 0.73% 0.59% -
HSV(B) 238.84º 0.68% 0.89% -
XYZ 19.05 11.96 73.98 -
YUV 91.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 72 75 227 0.68 0.67 0 0.11 238.84 0.73 0.59
Hex 48 4B E3 44 43 0 B EF 49 3B
Octal 110 113 343 104 103 0 13 357 111 73
Binary 1001000 1001011 11100011 1000100 1000011 0 1011 11101111 1001001 111011

Color Harmonies of #484BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BE3

Black with #484BE3

Text Example


Text Example

White with #484BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,75,227); }

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

background-color css

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

 a { background-color: rgb(72,75,227); }

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

border-color css

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

 span { border-color: rgb(72,75,227); }

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