Html Css Color HEX #484CED Neon Blue

📋 copy color: '#484CED'

red 72 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #484CED

Tints of Neon Blue #484CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 18.7%
G = 19.74%
B = 61.56%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#484CED (or 0x484CED) is known color: Neon Blue. HEX triplet: 48, 4C and ED. RGB value is (72,76,237). Sum of RGB (Red+Green+Blue) = 72+76+237=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #484CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484CED is #B7B312. Grayscale: #5C5C5C. Windows color (decimal): -12038931 or 15551560. OLE color: 15551560.

HSL color Cylindrical-coordinate representation of color #484CED: hue angle of 238.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #484CED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 76 237 -
CMYK 0.70 0.68 0 0.07
HSL 238.55º 0.82% 0.61% -
HSV(B) 238.55º 0.7% 0.93% -
XYZ 20.54 12.66 81.48 -
YUV 93.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 72 76 237 0.70 0.68 0 0.07 238.55 0.82 0.61
Hex 48 4C ED 46 44 0 7 EF 52 3D
Octal 110 114 355 106 104 0 7 357 122 75
Binary 1001000 1001100 11101101 1000110 1000100 0 111 11101111 1010010 111101

Color Harmonies of #484CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484CED

Black with #484CED

Text Example


Text Example

White with #484CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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