Html Css Color HEX #484BED Neon Blue

📋 copy color: '#484BED'

red 72 ◦ green 75 ◦ blue 237

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

Shades of Neon Blue #484BED

Tints of Neon Blue #484BED

RGB

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

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

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

R = 18.75%
G = 19.53%
B = 61.72%

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

#484BED (or 0x484BED) is known color: Neon Blue. HEX triplet: 48, 4B and ED. RGB value is (72,75,237). Sum of RGB (Red+Green+Blue) = 72+75+237=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #484BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #484BED is #B7B412. Grayscale: #5B5B5B. Windows color (decimal): -12039187 or 15551304. OLE color: 15551304.

HSL color Cylindrical-coordinate representation of color #484BED: hue angle of 238.91º 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 #484BED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 75 237 -
CMYK 0.70 0.68 0 0.07
HSL 238.91º 0.82% 0.61% -
HSV(B) 238.91º 0.7% 0.93% -
XYZ 20.47 12.52 81.46 -
YUV 92.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 72 75 237 0.70 0.68 0 0.07 238.91 0.82 0.61
Hex 48 4B ED 46 44 0 7 EF 52 3D
Octal 110 113 355 106 104 0 7 357 122 75
Binary 1001000 1001011 11101101 1000110 1000100 0 111 11101111 1010010 111101

Color Harmonies of #484BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484BED

Black with #484BED

Text Example


Text Example

White with #484BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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