Html Css Color HEX #554FEE Neon Blue

📋 copy color: '#554FEE'

red 85 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #554FEE

Tints of Neon Blue #554FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 21.14%
G = 19.65%
B = 59.2%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#554FEE (or 0x554FEE) is known color: Neon Blue. HEX triplet: 55, 4F and EE. RGB value is (85,79,238). Sum of RGB (Red+Green+Blue) = 85+79+238=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #554FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554FEE is #AAB011. Grayscale: #626262. Windows color (decimal): -11186194 or 15617877. OLE color: 15617877.

HSL color Cylindrical-coordinate representation of color #554FEE: hue angle of 242.26º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554FEE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 79 238 -
CMYK 0.64 0.67 0 0.07
HSL 242.26º 0.82% 0.62% -
HSV(B) 242.26º 0.67% 0.93% -
XYZ 21.97 13.7 82.37 -
YUV 98.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 85 79 238 0.64 0.67 0 0.07 242.26 0.82 0.62
Hex 55 4F EE 40 43 0 7 F2 52 3E
Octal 125 117 356 100 103 0 7 362 122 76
Binary 1010101 1001111 11101110 1000000 1000011 0 111 11110010 1010010 111110

Color Harmonies of #554FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FEE

Black with #554FEE

Text Example


Text Example

White with #554FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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