Html Css Color HEX #6352EF Neon Blue

📋 copy color: '#6352EF'

red 99 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #6352EF

Tints of Neon Blue #6352EF

RGB

 RED value IS 99 (39.06% from 255) = 23.57%

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

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

R = 23.57%
G = 19.52%
B = 56.9%

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

#6352EF (or 0x6352EF) is known color: Neon Blue. HEX triplet: 63, 52 and EF. RGB value is (99,82,239). Sum of RGB (Red+Green+Blue) = 99+82+239=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #6352EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352EF is #9CAD10. Grayscale: #686868. Windows color (decimal): -10267921 or 15684195. OLE color: 15684195.

HSL color Cylindrical-coordinate representation of color #6352EF: hue angle of 246.5º 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 #6352EF is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 82 239 -
CMYK 0.59 0.66 0 0.06
HSL 246.5º 0.83% 0.63% -
HSV(B) 246.5º 0.66% 0.94% -
XYZ 23.74 14.92 83.29 -
YUV 104.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 99 82 239 0.59 0.66 0 0.06 246.5 0.83 0.63
Hex 63 52 EF 3B 42 0 6 F6 53 3F
Octal 143 122 357 73 102 0 6 366 123 77
Binary 1100011 1010010 11101111 111011 1000010 0 110 11110110 1010011 111111

Color Harmonies of #6352EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352EF

Black with #6352EF

Text Example


Text Example

White with #6352EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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