Html Css Color HEX #6355FD Neon Blue

📋 copy color: '#6355FD'

red 99 ◦ green 85 ◦ blue 253

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

Shades of Neon Blue #6355FD

Tints of Neon Blue #6355FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 22.65%
G = 19.45%
B = 57.89%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6355FD (or 0x6355FD) is known color: Neon Blue. HEX triplet: 63, 55 and FD. RGB value is (99,85,253). Sum of RGB (Red+Green+Blue) = 99+85+253=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #6355FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FD is #9CAA02. Grayscale: #6B6B6B. Windows color (decimal): -10267139 or 16602467. OLE color: 16602467.

HSL color Cylindrical-coordinate representation of color #6355FD: hue angle of 245º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6355FD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 85 253 -
CMYK 0.61 0.66 0 0.01
HSL 245º 0.98% 0.66% -
HSV(B) 245º 0.66% 0.99% -
XYZ 26.12 16.24 94.69 -
YUV 108.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 99 85 253 0.61 0.66 0 0.01 245 0.98 0.66
Hex 63 55 FD 3D 42 0 1 F5 62 42
Octal 143 125 375 75 102 0 1 365 142 102
Binary 1100011 1010101 11111101 111101 1000010 0 1 11110101 1100010 1000010

Color Harmonies of #6355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355FD

Black with #6355FD

Text Example


Text Example

White with #6355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6355FD; }

 p { color: rgb(99,85,253); }

 H1.HeaderClassName
 {
   color: #6355FD;
 }
 .AnyTagClassName
 {
   color: #6355FD;
 }
</style>

background-color css

<style>
 a { background-color: #6355FD; }

 a { background-color: rgb(99,85,253); }

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

border-color css

<style>
 span { border-color: #6355FD; }

 span { border-color: rgb(99,85,253); }

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