Html Css Color HEX #693CEF Neon Blue

📋 copy color: '#693CEF'

red 105 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #693CEF

Tints of Neon Blue #693CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 25.99%
G = 14.85%
B = 59.16%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#693CEF (or 0x693CEF) is known color: Neon Blue. HEX triplet: 69, 3C and EF. RGB value is (105,60,239). Sum of RGB (Red+Green+Blue) = 105+60+239=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #693CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693CEF is #96C310. Grayscale: #5D5D5D. Windows color (decimal): -9880337 or 15678569. OLE color: 15678569.

HSL color Cylindrical-coordinate representation of color #693CEF: hue angle of 255.08º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #693CEF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 60 239 -
CMYK 0.56 0.75 0 0.06
HSL 255.08º 0.85% 0.59% -
HSV(B) 255.08º 0.75% 0.94% -
XYZ 23.02 12.47 82.85 -
YUV 93.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 105 60 239 0.56 0.75 0 0.06 255.08 0.85 0.59
Hex 69 3C EF 38 4B 0 6 FF 55 3B
Octal 151 74 357 70 113 0 6 377 125 73
Binary 1101001 111100 11101111 111000 1001011 0 110 11111111 1010101 111011

Color Harmonies of #693CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693CEF

Black with #693CEF

Text Example


Text Example

White with #693CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,239); }

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

background-color css

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

 a { background-color: rgb(105,60,239); }

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

border-color css

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

 span { border-color: rgb(105,60,239); }

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