Html Css Color HEX #6845FB Neon Blue

📋 copy color: '#6845FB'

red 104 ◦ green 69 ◦ blue 251

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

Shades of Neon Blue #6845FB

Tints of Neon Blue #6845FB

RGB

 RED value IS 104 (41.02% from 255) = 24.53%

 GREEN value IS 69 (27.34% from 255) = 16.27%

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

R = 24.53%
G = 16.27%
B = 59.2%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6845FB (or 0x6845FB) is known color: Neon Blue. HEX triplet: 68, 45 and FB. RGB value is (104,69,251). Sum of RGB (Red+Green+Blue) = 104+69+251=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #6845FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6845FB is #97BA04. Grayscale: #636363. Windows color (decimal): -9943557 or 16467304. OLE color: 16467304.

HSL color Cylindrical-coordinate representation of color #6845FB: hue angle of 251.54º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6845FB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 69 251 -
CMYK 0.59 0.73 0 0.02
HSL 251.54º 0.96% 0.63% -
HSV(B) 251.54º 0.73% 0.98% -
XYZ 25.25 14.16 92.67 -
YUV 100.21 213.1 130.7 -
System Red Green Blue C M Y K H S L
Decimal 104 69 251 0.59 0.73 0 0.02 251.54 0.96 0.63
Hex 68 45 FB 3B 49 0 2 FC 60 3F
Octal 150 105 373 73 111 0 2 374 140 77
Binary 1101000 1000101 11111011 111011 1001001 0 10 11111100 1100000 111111

Color Harmonies of #6845FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845FB

Black with #6845FB

Text Example


Text Example

White with #6845FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,69,251); }

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

background-color css

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

 a { background-color: rgb(104,69,251); }

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

border-color css

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

 span { border-color: rgb(104,69,251); }

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