Html Css Color HEX #6353FA Neon Blue

📋 copy color: '#6353FA'

red 99 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #6353FA

Tints of Neon Blue #6353FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.21%

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

R = 22.92%
G = 19.21%
B = 57.87%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6353FA (or 0x6353FA) is known color: Neon Blue. HEX triplet: 63, 53 and FA. RGB value is (99,83,250). Sum of RGB (Red+Green+Blue) = 99+83+250=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #6353FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353FA is #9CAC05. Grayscale: #6A6A6A. Windows color (decimal): -10267654 or 16405347. OLE color: 16405347.

HSL color Cylindrical-coordinate representation of color #6353FA: hue angle of 245.75º 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 #6353FA is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 83 250 -
CMYK 0.60 0.67 0 0.02
HSL 245.75º 0.94% 0.65% -
HSV(B) 245.75º 0.67% 0.98% -
XYZ 25.49 15.74 92.14 -
YUV 106.82 208.8 122.42 -
System Red Green Blue C M Y K H S L
Decimal 99 83 250 0.60 0.67 0 0.02 245.75 0.94 0.65
Hex 63 53 FA 3C 43 0 2 F6 5E 41
Octal 143 123 372 74 103 0 2 366 136 101
Binary 1100011 1010011 11111010 111100 1000011 0 10 11110110 1011110 1000001

Color Harmonies of #6353FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353FA

Black with #6353FA

Text Example


Text Example

White with #6353FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,83,250); }

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

background-color css

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

 a { background-color: rgb(99,83,250); }

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

border-color css

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

 span { border-color: rgb(99,83,250); }

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