Html Css Color HEX #2640F1 Neon Blue

📋 copy color: '#2640F1'

red 38 ◦ green 64 ◦ blue 241

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

Shades of Neon Blue #2640F1

Tints of Neon Blue #2640F1

RGB

 RED value IS 38 (15.23% from 255) = 11.08%

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 11.08%
G = 18.66%
B = 70.26%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2640F1 (or 0x2640F1) is known color: Neon Blue. HEX triplet: 26, 40 and F1. RGB value is (38,64,241). Sum of RGB (Red+Green+Blue) = 38+64+241=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #2640F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640F1 is #D9BF0E. Grayscale: #4B4B4B. Windows color (decimal): -14270223 or 15810598. OLE color: 15810598.

HSL color Cylindrical-coordinate representation of color #2640F1: hue angle of 232.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2640F1 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 64 241 -
CMYK 0.84 0.73 0 0.05
HSL 232.32º 0.88% 0.55% -
HSV(B) 232.32º 0.84% 0.95% -
XYZ 18.51 10.43 84.26 -
YUV 76.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 38 64 241 0.84 0.73 0 0.05 232.32 0.88 0.55
Hex 26 40 F1 54 49 0 5 E8 58 37
Octal 46 100 361 124 111 0 5 350 130 67
Binary 100110 1000000 11110001 1010100 1001001 0 101 11101000 1011000 110111

Color Harmonies of #2640F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2640F1

Black with #2640F1

Text Example


Text Example

White with #2640F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2640F1; }

 p { color: rgb(38,64,241); }

 H1.HeaderClassName
 {
   color: #2640F1;
 }
 .AnyTagClassName
 {
   color: #2640F1;
 }
</style>

background-color css

<style>
 a { background-color: #2640F1; }

 a { background-color: rgb(38,64,241); }

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

border-color css

<style>
 span { border-color: #2640F1; }

 span { border-color: rgb(38,64,241); }

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