Html Css Color HEX #6152FA Neon Blue

📋 copy color: '#6152FA'

red 97 ◦ green 82 ◦ blue 250

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

Shades of Neon Blue #6152FA

Tints of Neon Blue #6152FA

RGB

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

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

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

R = 22.61%
G = 19.11%
B = 58.28%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6152FA (or 0x6152FA) is known color: Neon Blue. HEX triplet: 61, 52 and FA. RGB value is (97,82,250). Sum of RGB (Red+Green+Blue) = 97+82+250=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #6152FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152FA is #9EAD05. Grayscale: #686868. Windows color (decimal): -10398982 or 16405089. OLE color: 16405089.

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

Color convert

RGB 97 82 250 -
CMYK 0.61 0.67 0 0.02
HSL 245.36º 0.94% 0.65% -
HSV(B) 245.36º 0.67% 0.98% -
XYZ 25.2 15.48 92.1 -
YUV 105.64 209.47 121.84 -
System Red Green Blue C M Y K H S L
Decimal 97 82 250 0.61 0.67 0 0.02 245.36 0.94 0.65
Hex 61 52 FA 3D 43 0 2 F5 5E 41
Octal 141 122 372 75 103 0 2 365 136 101
Binary 1100001 1010010 11111010 111101 1000011 0 10 11110101 1011110 1000001

Color Harmonies of #6152FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152FA

Black with #6152FA

Text Example


Text Example

White with #6152FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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