Html Css Color HEX #2F3AF5 Neon Blue

📋 copy color: '#2F3AF5'

red 47 ◦ green 58 ◦ blue 245

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

Shades of Neon Blue #2F3AF5

Tints of Neon Blue #2F3AF5

RGB

 RED value IS 47 (18.75% from 255) = 13.43%

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 245 (96.09% from 255) = 70%

R = 13.43%
G = 16.57%
B = 70%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2F3AF5 (or 0x2F3AF5) is known color: Neon Blue. HEX triplet: 2F, 3A and F5. RGB value is (47,58,245). Sum of RGB (Red+Green+Blue) = 47+58+245=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 245 (96.09% from 255 or 70% from 350); Max value from RGB is 245 - color contains mainly: blue. Hex color #2F3AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3AF5 is #D0C50A. Grayscale: #4B4B4B. Windows color (decimal): -13681931 or 16071215. OLE color: 16071215.

HSL color Cylindrical-coordinate representation of color #2F3AF5: hue angle of 236.67º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F3AF5 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 58 245 -
CMYK 0.81 0.76 0 0.04
HSL 236.67º 0.91% 0.57% -
HSV(B) 236.67º 0.81% 0.96% -
XYZ 19.17 10.22 87.35 -
YUV 76.03 223.36 107.29 -
System Red Green Blue C M Y K H S L
Decimal 47 58 245 0.81 0.76 0 0.04 236.67 0.91 0.57
Hex 2F 3A F5 51 4C 0 4 ED 5B 39
Octal 57 72 365 121 114 0 4 355 133 71
Binary 101111 111010 11110101 1010001 1001100 0 100 11101101 1011011 111001

Color Harmonies of #2F3AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3AF5

Black with #2F3AF5

Text Example


Text Example

White with #2F3AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3AF5; }

 p { color: rgb(47,58,245); }

 H1.HeaderClassName
 {
   color: #2F3AF5;
 }
 .AnyTagClassName
 {
   color: #2F3AF5;
 }
</style>

background-color css

<style>
 a { background-color: #2F3AF5; }

 a { background-color: rgb(47,58,245); }

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

border-color css

<style>
 span { border-color: #2F3AF5; }

 span { border-color: rgb(47,58,245); }

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