Html Css Color HEX #6355FB Neon Blue

📋 copy color: '#6355FB'

red 99 ◦ green 85 ◦ blue 251

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

Shades of Neon Blue #6355FB

Tints of Neon Blue #6355FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 22.76%
G = 19.54%
B = 57.7%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6355FB (or 0x6355FB) is known color: Neon Blue. HEX triplet: 63, 55 and FB. RGB value is (99,85,251). Sum of RGB (Red+Green+Blue) = 99+85+251=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #6355FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FB is #9CAA04. Grayscale: #6B6B6B. Windows color (decimal): -10267141 or 16471395. OLE color: 16471395.

HSL color Cylindrical-coordinate representation of color #6355FB: hue angle of 245.06º degrees, saturation: 0.95, 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 #6355FB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 85 251 -
CMYK 0.61 0.66 0 0.02
HSL 245.06º 0.95% 0.66% -
HSV(B) 245.06º 0.66% 0.98% -
XYZ 25.81 16.11 93.02 -
YUV 108.11 208.64 121.5 -
System Red Green Blue C M Y K H S L
Decimal 99 85 251 0.61 0.66 0 0.02 245.06 0.95 0.66
Hex 63 55 FB 3D 42 0 2 F5 5F 42
Octal 143 125 373 75 102 0 2 365 137 102
Binary 1100011 1010101 11111011 111101 1000010 0 10 11110101 1011111 1000010

Color Harmonies of #6355FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355FB

Black with #6355FB

Text Example


Text Example

White with #6355FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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