Html Css Color HEX #6358FF Neon Blue

📋 copy color: '#6358FF'

red 99 ◦ green 88 ◦ blue 255

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

Shades of Neon Blue #6358FF

Tints of Neon Blue #6358FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.69%

R = 22.4%
G = 19.91%
B = 57.69%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6358FF (or 0x6358FF) is known color: Neon Blue. HEX triplet: 63, 58 and FF. RGB value is (99,88,255). Sum of RGB (Red+Green+Blue) = 99+88+255=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6358FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6358FF is #9CA700. Grayscale: #6D6D6D. Windows color (decimal): -10266369 or 16734307. OLE color: 16734307.

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

Color convert

RGB 99 88 255 -
CMYK 0.61 0.65 0 0
HSL 243.95º 1% 0.67% -
HSV(B) 243.95º 0.65% 1% -
XYZ 26.69 16.85 96.45 -
YUV 110.33 209.64 119.92 -
System Red Green Blue C M Y K H S L
Decimal 99 88 255 0.61 0.65 0 0 243.95 1 0.67
Hex 63 58 FF 3D 41 0 0 F4 64 43
Octal 143 130 377 75 101 0 0 364 144 103
Binary 1100011 1011000 11111111 111101 1000001 0 0 11110100 1100100 1000011

Color Harmonies of #6358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358FF

Black with #6358FF

Text Example


Text Example

White with #6358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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