Html Css Color HEX #362EFD Neon Blue

📋 copy color: '#362EFD'

red 54 ◦ green 46 ◦ blue 253

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

Shades of Neon Blue #362EFD

Tints of Neon Blue #362EFD

RGB

 RED value IS 54 (21.48% from 255) = 15.3%

 GREEN value IS 46 (18.36% from 255) = 13.03%

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 15.3%
G = 13.03%
B = 71.67%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#362EFD (or 0x362EFD) is known color: Neon Blue. HEX triplet: 36, 2E and FD. RGB value is (54,46,253). Sum of RGB (Red+Green+Blue) = 54+46+253=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #362EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EFD is #C9D102. Grayscale: #474747. Windows color (decimal): -13226243 or 16592438. OLE color: 16592438.

HSL color Cylindrical-coordinate representation of color #362EFD: hue angle of 242.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362EFD is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 46 253 -
CMYK 0.79 0.82 0 0.01
HSL 242.32º 0.98% 0.59% -
HSV(B) 242.32º 0.82% 0.99% -
XYZ 20.23 9.83 93.76 -
YUV 71.99 230.15 115.17 -
System Red Green Blue C M Y K H S L
Decimal 54 46 253 0.79 0.82 0 0.01 242.32 0.98 0.59
Hex 36 2E FD 4F 52 0 1 F2 62 3B
Octal 66 56 375 117 122 0 1 362 142 73
Binary 110110 101110 11111101 1001111 1010010 0 1 11110010 1100010 111011

Color Harmonies of #362EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EFD

Black with #362EFD

Text Example


Text Example

White with #362EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362EFD; }

 p { color: rgb(54,46,253); }

 H1.HeaderClassName
 {
   color: #362EFD;
 }
 .AnyTagClassName
 {
   color: #362EFD;
 }
</style>

background-color css

<style>
 a { background-color: #362EFD; }

 a { background-color: rgb(54,46,253); }

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

border-color css

<style>
 span { border-color: #362EFD; }

 span { border-color: rgb(54,46,253); }

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