Html Css Color HEX #6356FA Neon Blue

📋 copy color: '#6356FA'

red 99 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #6356FA

Tints of Neon Blue #6356FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.77%

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

R = 22.76%
G = 19.77%
B = 57.47%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6356FA (or 0x6356FA) is known color: Neon Blue. HEX triplet: 63, 56 and FA. RGB value is (99,86,250). Sum of RGB (Red+Green+Blue) = 99+86+250=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #6356FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6356FA is #9CA905. Grayscale: #6B6B6B. Windows color (decimal): -10266886 or 16406115. OLE color: 16406115.

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

Color convert

RGB 99 86 250 -
CMYK 0.60 0.66 0 0.02
HSL 244.76º 0.94% 0.66% -
HSV(B) 244.76º 0.66% 0.98% -
XYZ 25.73 16.21 92.22 -
YUV 108.58 207.81 121.16 -
System Red Green Blue C M Y K H S L
Decimal 99 86 250 0.60 0.66 0 0.02 244.76 0.94 0.66
Hex 63 56 FA 3C 42 0 2 F5 5E 42
Octal 143 126 372 74 102 0 2 365 136 102
Binary 1100011 1010110 11111010 111100 1000010 0 10 11110101 1011110 1000010

Color Harmonies of #6356FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356FA

Black with #6356FA

Text Example


Text Example

White with #6356FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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