Html Css Color HEX #2240F9 Neon Blue

📋 copy color: '#2240F9'

red 34 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #2240F9

Tints of Neon Blue #2240F9

RGB

 RED value IS 34 (13.67% from 255) = 9.8%

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

 BLUE value IS 249 (97.66% from 255) = 71.76%

R = 9.8%
G = 18.44%
B = 71.76%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2240F9 (or 0x2240F9) is known color: Neon Blue. HEX triplet: 22, 40 and F9. RGB value is (34,64,249). Sum of RGB (Red+Green+Blue) = 34+64+249=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #2240F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2240F9 is #DDBF06. Grayscale: #4B4B4B. Windows color (decimal): -14532359 or 16334882. OLE color: 16334882.

HSL color Cylindrical-coordinate representation of color #2240F9: hue angle of 231.63º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2240F9 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 64 249 -
CMYK 0.86 0.74 0 0.02
HSL 231.63º 0.95% 0.55% -
HSV(B) 231.63º 0.86% 0.98% -
XYZ 19.59 10.85 90.68 -
YUV 76.12 225.56 97.96 -
System Red Green Blue C M Y K H S L
Decimal 34 64 249 0.86 0.74 0 0.02 231.63 0.95 0.55
Hex 22 40 F9 56 4A 0 2 E8 5F 37
Octal 42 100 371 126 112 0 2 350 137 67
Binary 100010 1000000 11111001 1010110 1001010 0 10 11101000 1011111 110111

Color Harmonies of #2240F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2240F9

Black with #2240F9

Text Example


Text Example

White with #2240F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2240F9; }

 p { color: rgb(34,64,249); }

 H1.HeaderClassName
 {
   color: #2240F9;
 }
 .AnyTagClassName
 {
   color: #2240F9;
 }
</style>

background-color css

<style>
 a { background-color: #2240F9; }

 a { background-color: rgb(34,64,249); }

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

border-color css

<style>
 span { border-color: #2240F9; }

 span { border-color: rgb(34,64,249); }

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