Html Css Color HEX #6358FD Neon Blue

📋 copy color: '#6358FD'

red 99 ◦ green 88 ◦ blue 253

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

Shades of Neon Blue #6358FD

Tints of Neon Blue #6358FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

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

R = 22.5%
G = 20%
B = 57.5%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6358FD (or 0x6358FD) is known color: Neon Blue. HEX triplet: 63, 58 and FD. RGB value is (99,88,253). Sum of RGB (Red+Green+Blue) = 99+88+253=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6358FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6358FD is #9CA702. Grayscale: #6D6D6D. Windows color (decimal): -10266371 or 16603235. OLE color: 16603235.

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

Color convert

RGB 99 88 253 -
CMYK 0.61 0.65 0 0.01
HSL 244º 0.98% 0.67% -
HSV(B) 244º 0.65% 0.99% -
XYZ 26.36 16.72 94.77 -
YUV 110.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 99 88 253 0.61 0.65 0 0.01 244 0.98 0.67
Hex 63 58 FD 3D 41 0 1 F4 62 43
Octal 143 130 375 75 101 0 1 364 142 103
Binary 1100011 1011000 11111101 111101 1000001 0 1 11110100 1100010 1000011

Color Harmonies of #6358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358FD

Black with #6358FD

Text Example


Text Example

White with #6358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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