Html Css Color HEX #6352F3 Neon Blue

📋 copy color: '#6352F3'

red 99 ◦ green 82 ◦ blue 243

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

Shades of Neon Blue #6352F3

Tints of Neon Blue #6352F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.31%

R = 23.35%
G = 19.34%
B = 57.31%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6352F3 (or 0x6352F3) is known color: Neon Blue. HEX triplet: 63, 52 and F3. RGB value is (99,82,243). Sum of RGB (Red+Green+Blue) = 99+82+243=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #6352F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352F3 is #9CAD0C. Grayscale: #686868. Windows color (decimal): -10267917 or 15946339. OLE color: 15946339.

HSL color Cylindrical-coordinate representation of color #6352F3: hue angle of 246.34º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6352F3 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 82 243 -
CMYK 0.59 0.66 0 0.05
HSL 246.34º 0.87% 0.64% -
HSV(B) 246.34º 0.66% 0.95% -
XYZ 24.34 15.16 86.44 -
YUV 105.44 205.63 123.41 -
System Red Green Blue C M Y K H S L
Decimal 99 82 243 0.59 0.66 0 0.05 246.34 0.87 0.64
Hex 63 52 F3 3B 42 0 5 F6 57 40
Octal 143 122 363 73 102 0 5 366 127 100
Binary 1100011 1010010 11110011 111011 1000010 0 101 11110110 1010111 1000000

Color Harmonies of #6352F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352F3

Black with #6352F3

Text Example


Text Example

White with #6352F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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