Html Css Color HEX #4550EF Neon Blue

📋 copy color: '#4550EF'

red 69 ◦ green 80 ◦ blue 239

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

Shades of Neon Blue #4550EF

Tints of Neon Blue #4550EF

RGB

 RED value IS 69 (27.34% from 255) = 17.78%

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 17.78%
G = 20.62%
B = 61.6%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4550EF (or 0x4550EF) is known color: Neon Blue. HEX triplet: 45, 50 and EF. RGB value is (69,80,239). Sum of RGB (Red+Green+Blue) = 69+80+239=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #4550EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4550EF is #BAAF10. Grayscale: #5E5E5E. Windows color (decimal): -12234513 or 15683653. OLE color: 15683653.

HSL color Cylindrical-coordinate representation of color #4550EF: hue angle of 236.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4550EF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 80 239 -
CMYK 0.71 0.67 0 0.06
HSL 236.12º 0.84% 0.6% -
HSV(B) 236.12º 0.71% 0.94% -
XYZ 20.9 13.23 83.11 -
YUV 94.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 69 80 239 0.71 0.67 0 0.06 236.12 0.84 0.6
Hex 45 50 EF 47 43 0 6 EC 54 3C
Octal 105 120 357 107 103 0 6 354 124 74
Binary 1000101 1010000 11101111 1000111 1000011 0 110 11101100 1010100 111100

Color Harmonies of #4550EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4550EF

Black with #4550EF

Text Example


Text Example

White with #4550EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4550EF; }

 p { color: rgb(69,80,239); }

 H1.HeaderClassName
 {
   color: #4550EF;
 }
 .AnyTagClassName
 {
   color: #4550EF;
 }
</style>

background-color css

<style>
 a { background-color: #4550EF; }

 a { background-color: rgb(69,80,239); }

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

border-color css

<style>
 span { border-color: #4550EF; }

 span { border-color: rgb(69,80,239); }

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