Html Css Color HEX #554BFE Neon Blue

📋 copy color: '#554BFE'

red 85 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #554BFE

Tints of Neon Blue #554BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 20.53%
G = 18.12%
B = 61.35%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#554BFE (or 0x554BFE) is known color: Neon Blue. HEX triplet: 55, 4B and FE. RGB value is (85,75,254). Sum of RGB (Red+Green+Blue) = 85+75+254=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #554BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554BFE is #AAB401. Grayscale: #616161. Windows color (decimal): -11187202 or 16665429. OLE color: 16665429.

HSL color Cylindrical-coordinate representation of color #554BFE: hue angle of 243.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #554BFE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 75 254 -
CMYK 0.67 0.70 0 0.00
HSL 243.35º 0.99% 0.65% -
HSV(B) 243.35º 0.7% 1% -
XYZ 24.15 14.12 95.22 -
YUV 98.4 215.81 118.45 -
System Red Green Blue C M Y K H S L
Decimal 85 75 254 0.67 0.70 0 0.00 243.35 0.99 0.65
Hex 55 4B FE 43 46 0 0 F3 63 41
Octal 125 113 376 103 106 0 0 363 143 101
Binary 1010101 1001011 11111110 1000011 1000110 0 0 11110011 1100011 1000001

Color Harmonies of #554BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BFE

Black with #554BFE

Text Example


Text Example

White with #554BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,254); }

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

background-color css

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

 a { background-color: rgb(85,75,254); }

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

border-color css

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

 span { border-color: rgb(85,75,254); }

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