Html Css Color HEX #693FF1 Neon Blue

📋 copy color: '#693FF1'

red 105 ◦ green 63 ◦ blue 241

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

Shades of Neon Blue #693FF1

Tints of Neon Blue #693FF1

RGB

 RED value IS 105 (41.41% from 255) = 25.67%

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 25.67%
G = 15.4%
B = 58.92%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#693FF1 (or 0x693FF1) is known color: Neon Blue. HEX triplet: 69, 3F and F1. RGB value is (105,63,241). Sum of RGB (Red+Green+Blue) = 105+63+241=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #693FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FF1 is #96C00E. Grayscale: #5F5F5F. Windows color (decimal): -9879567 or 15810409. OLE color: 15810409.

HSL color Cylindrical-coordinate representation of color #693FF1: hue angle of 254.16º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693FF1 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 63 241 -
CMYK 0.56 0.74 0 0.05
HSL 254.16º 0.86% 0.6% -
HSV(B) 254.16º 0.74% 0.95% -
XYZ 23.48 12.91 84.47 -
YUV 95.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 105 63 241 0.56 0.74 0 0.05 254.16 0.86 0.6
Hex 69 3F F1 38 4A 0 5 FE 56 3C
Octal 151 77 361 70 112 0 5 376 126 74
Binary 1101001 111111 11110001 111000 1001010 0 101 11111110 1010110 111100

Color Harmonies of #693FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693FF1

Black with #693FF1

Text Example


Text Example

White with #693FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693FF1; }

 p { color: rgb(105,63,241); }

 H1.HeaderClassName
 {
   color: #693FF1;
 }
 .AnyTagClassName
 {
   color: #693FF1;
 }
</style>

background-color css

<style>
 a { background-color: #693FF1; }

 a { background-color: rgb(105,63,241); }

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

border-color css

<style>
 span { border-color: #693FF1; }

 span { border-color: rgb(105,63,241); }

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