Html Css Color HEX #363FFA Neon Blue

📋 copy color: '#363FFA'

red 54 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #363FFA

Tints of Neon Blue #363FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

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

R = 14.71%
G = 17.17%
B = 68.12%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#363FFA (or 0x363FFA) is known color: Neon Blue. HEX triplet: 36, 3F and FA. RGB value is (54,63,250). Sum of RGB (Red+Green+Blue) = 54+63+250=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #363FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FFA is #C9C005. Grayscale: #505050. Windows color (decimal): -13221894 or 16400182. OLE color: 16400182.

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

Color convert

RGB 54 63 250 -
CMYK 0.78 0.75 0 0.02
HSL 237.24º 0.95% 0.6% -
HSV(B) 237.24º 0.78% 0.98% -
XYZ 20.55 11.24 91.53 -
YUV 81.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 54 63 250 0.78 0.75 0 0.02 237.24 0.95 0.6
Hex 36 3F FA 4E 4B 0 2 ED 5F 3C
Octal 66 77 372 116 113 0 2 355 137 74
Binary 110110 111111 11111010 1001110 1001011 0 10 11101101 1011111 111100

Color Harmonies of #363FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FFA

Black with #363FFA

Text Example


Text Example

White with #363FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,250); }

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

background-color css

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

 a { background-color: rgb(54,63,250); }

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

border-color css

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

 span { border-color: rgb(54,63,250); }

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