Html Css Color HEX #554FEB Neon Blue

📋 copy color: '#554FEB'

red 85 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #554FEB

Tints of Neon Blue #554FEB

RGB

 RED value IS 85 (33.59% from 255) = 21.3%

 GREEN value IS 79 (31.25% from 255) = 19.8%

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

R = 21.3%
G = 19.8%
B = 58.9%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#554FEB (or 0x554FEB) is known color: Neon Blue. HEX triplet: 55, 4F and EB. RGB value is (85,79,235). Sum of RGB (Red+Green+Blue) = 85+79+235=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #554FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554FEB is #AAB014. Grayscale: #616161. Windows color (decimal): -11186197 or 15421269. OLE color: 15421269.

HSL color Cylindrical-coordinate representation of color #554FEB: hue angle of 242.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554FEB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 79 235 -
CMYK 0.64 0.66 0 0.08
HSL 242.31º 0.8% 0.62% -
HSV(B) 242.31º 0.66% 0.92% -
XYZ 21.54 13.52 80.07 -
YUV 98.58 204.99 118.32 -
System Red Green Blue C M Y K H S L
Decimal 85 79 235 0.64 0.66 0 0.08 242.31 0.8 0.62
Hex 55 4F EB 40 42 0 8 F2 50 3E
Octal 125 117 353 100 102 0 10 362 120 76
Binary 1010101 1001111 11101011 1000000 1000010 0 1000 11110010 1010000 111110

Color Harmonies of #554FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FEB

Black with #554FEB

Text Example


Text Example

White with #554FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554FEB; }

 p { color: rgb(85,79,235); }

 H1.HeaderClassName
 {
   color: #554FEB;
 }
 .AnyTagClassName
 {
   color: #554FEB;
 }
</style>

background-color css

<style>
 a { background-color: #554FEB; }

 a { background-color: rgb(85,79,235); }

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

border-color css

<style>
 span { border-color: #554FEB; }

 span { border-color: rgb(85,79,235); }

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