Html Css Color HEX #6152F7 Neon Blue

📋 copy color: '#6152F7'

red 97 ◦ green 82 ◦ blue 247

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

Shades of Neon Blue #6152F7

Tints of Neon Blue #6152F7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 247 (96.88% from 255) = 57.98%

R = 22.77%
G = 19.25%
B = 57.98%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6152F7 (or 0x6152F7) is known color: Neon Blue. HEX triplet: 61, 52 and F7. RGB value is (97,82,247). Sum of RGB (Red+Green+Blue) = 97+82+247=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #6152F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152F7 is #9EAD08. Grayscale: #686868. Windows color (decimal): -10398985 or 16208481. OLE color: 16208481.

HSL color Cylindrical-coordinate representation of color #6152F7: hue angle of 245.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6152F7 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 82 247 -
CMYK 0.61 0.67 0 0.03
HSL 245.45º 0.91% 0.65% -
HSV(B) 245.45º 0.67% 0.97% -
XYZ 24.74 15.29 89.64 -
YUV 105.3 207.97 122.08 -
System Red Green Blue C M Y K H S L
Decimal 97 82 247 0.61 0.67 0 0.03 245.45 0.91 0.65
Hex 61 52 F7 3D 43 0 3 F5 5B 41
Octal 141 122 367 75 103 0 3 365 133 101
Binary 1100001 1010010 11110111 111101 1000011 0 11 11110101 1011011 1000001

Color Harmonies of #6152F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152F7

Black with #6152F7

Text Example


Text Example

White with #6152F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6152F7; }

 p { color: rgb(97,82,247); }

 H1.HeaderClassName
 {
   color: #6152F7;
 }
 .AnyTagClassName
 {
   color: #6152F7;
 }
</style>

background-color css

<style>
 a { background-color: #6152F7; }

 a { background-color: rgb(97,82,247); }

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

border-color css

<style>
 span { border-color: #6152F7; }

 span { border-color: rgb(97,82,247); }

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