Html Css Color HEX #292FFA Neon Blue

📋 copy color: '#292FFA'

red 41 ◦ green 47 ◦ blue 250

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

Shades of Neon Blue #292FFA

Tints of Neon Blue #292FFA

RGB

 RED value IS 41 (16.41% from 255) = 12.13%

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 250 (98.05% from 255) = 73.96%

R = 12.13%
G = 13.91%
B = 73.96%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#292FFA (or 0x292FFA) is known color: Neon Blue. HEX triplet: 29, 2F and FA. RGB value is (41,47,250). Sum of RGB (Red+Green+Blue) = 41+47+250=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #292FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292FFA is #D6D005. Grayscale: #434343. Windows color (decimal): -14077958 or 16396073. OLE color: 16396073.

HSL color Cylindrical-coordinate representation of color #292FFA: hue angle of 238.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292FFA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 47 250 -
CMYK 0.84 0.81 0 0.02
HSL 238.28º 0.95% 0.57% -
HSV(B) 238.28º 0.84% 0.98% -
XYZ 19.19 9.41 91.25 -
YUV 68.35 230.51 108.49 -
System Red Green Blue C M Y K H S L
Decimal 41 47 250 0.84 0.81 0 0.02 238.28 0.95 0.57
Hex 29 2F FA 54 51 0 2 EE 5F 39
Octal 51 57 372 124 121 0 2 356 137 71
Binary 101001 101111 11111010 1010100 1010001 0 10 11101110 1011111 111001

Color Harmonies of #292FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292FFA

Black with #292FFA

Text Example


Text Example

White with #292FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292FFA; }

 p { color: rgb(41,47,250); }

 H1.HeaderClassName
 {
   color: #292FFA;
 }
 .AnyTagClassName
 {
   color: #292FFA;
 }
</style>

background-color css

<style>
 a { background-color: #292FFA; }

 a { background-color: rgb(41,47,250); }

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

border-color css

<style>
 span { border-color: #292FFA; }

 span { border-color: rgb(41,47,250); }

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