Html Css Color HEX #6154FA Neon Blue

📋 copy color: '#6154FA'

red 97 ◦ green 84 ◦ blue 250

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

Shades of Neon Blue #6154FA

Tints of Neon Blue #6154FA

RGB

 RED value IS 97 (38.28% from 255) = 22.51%

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 22.51%
G = 19.49%
B = 58%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6154FA (or 0x6154FA) is known color: Neon Blue. HEX triplet: 61, 54 and FA. RGB value is (97,84,250). Sum of RGB (Red+Green+Blue) = 97+84+250=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #6154FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6154FA is #9EAB05. Grayscale: #6A6A6A. Windows color (decimal): -10398470 or 16405601. OLE color: 16405601.

HSL color Cylindrical-coordinate representation of color #6154FA: hue angle of 244.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6154FA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 84 250 -
CMYK 0.61 0.66 0 0.02
HSL 244.7º 0.94% 0.65% -
HSV(B) 244.7º 0.66% 0.98% -
XYZ 25.36 15.78 92.15 -
YUV 106.81 208.81 121 -
System Red Green Blue C M Y K H S L
Decimal 97 84 250 0.61 0.66 0 0.02 244.7 0.94 0.65
Hex 61 54 FA 3D 42 0 2 F5 5E 41
Octal 141 124 372 75 102 0 2 365 136 101
Binary 1100001 1010100 11111010 111101 1000010 0 10 11110101 1011110 1000001

Color Harmonies of #6154FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154FA

Black with #6154FA

Text Example


Text Example

White with #6154FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6154FA; }

 p { color: rgb(97,84,250); }

 H1.HeaderClassName
 {
   color: #6154FA;
 }
 .AnyTagClassName
 {
   color: #6154FA;
 }
</style>

background-color css

<style>
 a { background-color: #6154FA; }

 a { background-color: rgb(97,84,250); }

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

border-color css

<style>
 span { border-color: #6154FA; }

 span { border-color: rgb(97,84,250); }

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