Html Css Color HEX #6152EF Neon Blue

📋 copy color: '#6152EF'

red 97 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #6152EF

Tints of Neon Blue #6152EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 23.21%
G = 19.62%
B = 57.18%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6152EF (or 0x6152EF) is known color: Neon Blue. HEX triplet: 61, 52 and EF. RGB value is (97,82,239). Sum of RGB (Red+Green+Blue) = 97+82+239=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #6152EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152EF is #9EAD10. Grayscale: #676767. Windows color (decimal): -10398993 or 15684193. OLE color: 15684193.

HSL color Cylindrical-coordinate representation of color #6152EF: hue angle of 245.73º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6152EF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 82 239 -
CMYK 0.59 0.66 0 0.06
HSL 245.73º 0.83% 0.63% -
HSV(B) 245.73º 0.66% 0.94% -
XYZ 23.53 14.81 83.28 -
YUV 104.38 203.97 122.73 -
System Red Green Blue C M Y K H S L
Decimal 97 82 239 0.59 0.66 0 0.06 245.73 0.83 0.63
Hex 61 52 EF 3B 42 0 6 F6 53 3F
Octal 141 122 357 73 102 0 6 366 123 77
Binary 1100001 1010010 11101111 111011 1000010 0 110 11110110 1010011 111111

Color Harmonies of #6152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152EF

Black with #6152EF

Text Example


Text Example

White with #6152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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