Html Css Color HEX #6153FE Neon Blue

📋 copy color: '#6153FE'

red 97 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #6153FE

Tints of Neon Blue #6153FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 22.35%
G = 19.12%
B = 58.53%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6153FE (or 0x6153FE) is known color: Neon Blue. HEX triplet: 61, 53 and FE. RGB value is (97,83,254). Sum of RGB (Red+Green+Blue) = 97+83+254=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #6153FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153FE is #9EAC01. Grayscale: #6A6A6A. Windows color (decimal): -10398722 or 16667489. OLE color: 16667489.

HSL color Cylindrical-coordinate representation of color #6153FE: hue angle of 244.91º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6153FE is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 83 254 -
CMYK 0.62 0.67 0 0.00
HSL 244.91º 0.99% 0.66% -
HSV(B) 244.91º 0.67% 1% -
XYZ 25.91 15.88 95.47 -
YUV 106.68 211.14 121.1 -
System Red Green Blue C M Y K H S L
Decimal 97 83 254 0.62 0.67 0 0.00 244.91 0.99 0.66
Hex 61 53 FE 3E 43 0 0 F5 63 42
Octal 141 123 376 76 103 0 0 365 143 102
Binary 1100001 1010011 11111110 111110 1000011 0 0 11110101 1100011 1000010

Color Harmonies of #6153FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153FE

Black with #6153FE

Text Example


Text Example

White with #6153FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6153FE; }

 p { color: rgb(97,83,254); }

 H1.HeaderClassName
 {
   color: #6153FE;
 }
 .AnyTagClassName
 {
   color: #6153FE;
 }
</style>

background-color css

<style>
 a { background-color: #6153FE; }

 a { background-color: rgb(97,83,254); }

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

border-color css

<style>
 span { border-color: #6153FE; }

 span { border-color: rgb(97,83,254); }

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